mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Added version to footer.
This commit is contained in:
parent
d958e95c59
commit
cf9ebe9f8e
3 changed files with 15 additions and 2 deletions
|
@ -96,9 +96,17 @@
|
|||
th {
|
||||
&.sortable {
|
||||
&:hover {
|
||||
background: @tableBackgroundHover;
|
||||
background : @tableBackgroundHover;
|
||||
}
|
||||
.clickable();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#footer-region {
|
||||
.text-center();
|
||||
position : relative;
|
||||
width : 256px;
|
||||
margin : 50px auto 0px auto;
|
||||
display : block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue