ChangeSet ID: 31216 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/06/17 11:58:52 Modified files: . : apidb.css Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Increase menu text size. Should make it easier for people to notice the menu options. Increase font size from 10px to 11px. Patch: http://cvs.winehq.org/patch.py?id=31216 Old revision New revision Changes Path 1.18 1.19 +4 -4 appdb/apidb.css Index: appdb/apidb.css diff -u -p appdb/apidb.css:1.18 appdb/apidb.css:1.19 --- appdb/apidb.css:1.18 17 Jun 2007 16:58:52 -0000 +++ appdb/apidb.css 17 Jun 2007 16:58:52 -0000 @@ -63,10 +63,10 @@ p.indent { padding-left: 1em; .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:hover { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } -.menuLink { font-size: 10px; color: #ffffff; font-weight: bold; } -.menuItem { font-size: 10px; color: #000000; } -.menuItem:visited { font-size: 10px; color: #000000; } -.menuItem:hover { font-size: 10px; color: #A50D0D; } +.menuLink { font-size: 11px; color: #ffffff; font-weight: bold; } +.menuItem { font-size: 11px; color: #000000; } +.menuItem:visited { font-size: 11px; color: #000000; } +.menuItem:hover { font-size: 11px; color: #A50D0D; } .topMenu { background-color: #601919; } .sideMenu { background-color: #FFFFFF; }