Increase menu text size. Should make it easier for people to notice the menu options. Increase
font size from 10px to 11px.
This commit is contained in:
committed by
WineHQ
parent
41e90aec46
commit
d02ea523b8
@@ -63,10 +63,10 @@ p.indent { padding-left: 1em; padding-right: 1em;}
|
|||||||
.menuTitle { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
|
.menuTitle { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
|
||||||
.menuTitle:visited { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
|
.menuTitle:visited { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
|
||||||
.menuTitle:hover { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
|
.menuTitle:hover { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
|
||||||
.menuLink { font-size: 10px; color: #ffffff; font-weight: bold; }
|
.menuLink { font-size: 11px; color: #ffffff; font-weight: bold; }
|
||||||
.menuItem { font-size: 10px; color: #000000; }
|
.menuItem { font-size: 11px; color: #000000; }
|
||||||
.menuItem:visited { font-size: 10px; color: #000000; }
|
.menuItem:visited { font-size: 11px; color: #000000; }
|
||||||
.menuItem:hover { font-size: 10px; color: #A50D0D; }
|
.menuItem:hover { font-size: 11px; color: #A50D0D; }
|
||||||
|
|
||||||
.topMenu { background-color: #601919; }
|
.topMenu { background-color: #601919; }
|
||||||
.sideMenu { background-color: #FFFFFF; }
|
.sideMenu { background-color: #FFFFFF; }
|
||||||
|
|||||||
Reference in New Issue
Block a user