mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
Changed the menu font and sizing, no more blur.
This commit is contained in:
parent
def86f90f5
commit
9e42f3b65f
1 changed files with 4 additions and 4 deletions
|
@ -75,15 +75,15 @@ hr
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
height: 28px;
|
height: 26px;
|
||||||
padding: 5px 20px 8px 15px;
|
padding: 5px 20px 8px 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
font-size: 23px;
|
font-size: 21px;
|
||||||
font-weight: 300;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-family: "Segoe UI Light" , "Segoe UI" , Tahoma, Geneva, sans-serif;
|
font-family: "Segoe UI", "Segoe UI Light" , Tahoma, Geneva, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu a:hover
|
#menu a:hover
|
||||||
|
|
Loading…
Reference in a new issue