Change font sizes in navigation bar.
Make the following changes to the light4.css or appropriate file
Change this line:
#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-weight:bold;}
to this:
#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-size:75%;font-weight:bold;}
and this line:
#nav li a:hover, #nav li:hover a, #nav li.sfHover a {background:#34647F;color:#fff;text-decoration:none;}
to this:
#nav li a:hover, #nav li:hover a, #nav li.sfHover a {background:#34647F;color:#fff;font-size:75%;text-decoration:none;}
93.1 - 866,278
↓ Scroll down for Comments ↓