mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Version added to footer
This commit is contained in:
parent
0ae1865dd8
commit
f94220c5ff
10 changed files with 52 additions and 18 deletions
|
@ -56,16 +56,6 @@ html {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
#footer-region {
|
||||
font-size: 16px;
|
||||
text-decoration: none;
|
||||
font-weight: lighter;
|
||||
margin: 20px 0 30px 0;
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
#notification-region {
|
||||
pre {
|
||||
font-size: 12px;
|
||||
|
|
|
@ -447,11 +447,21 @@ ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list l
|
|||
}
|
||||
|
||||
footer {
|
||||
padding-top: 20px;
|
||||
font-size: 13px;
|
||||
font-weight: lighter;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 20px;
|
||||
color: #999999;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
|
||||
a {
|
||||
color: #999999;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue