fix top tabs so entire area is clickable

This commit is contained in:
Jeremy Newman
2008-12-09 13:06:03 -06:00
parent 73cd969ca3
commit e87d127676

View File

@@ -84,7 +84,13 @@ BODY {
#tabs LI.s { background-image: url('images/tab_s.png'); }
#tabs LI.s A { font-weight: bold; }
#tabs LI:hover { background-image: url('images/tab_h.png'); }
#tabs A { font-size: 16px; color: white; text-decoration: none; }
#tabs A {
display: block;
width: 108px;
height: 23px;
padding-top: 3px;
font-size: 16px; color: white; text-decoration: none;
}
/* sidebar navigation */
#sidebar {