Changeset - cffebff968b4
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-04 00:25:39
bkuhn@ebb.org
Added submenu to CSS.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -126,13 +126,16 @@ body.conservancy-donate #navbar ul li.donate a /* NO COMMA HERE! */
 
    background: #fff url(/img/nav-bg.png) bottom repeat-x;
 
}
 

	
 
#container #sidebar.Directors ul li.Directors,
 
#container #sidebar.Contact ul li.Contact,
 
#container #sidebar.Officers ul li.Officers,
 
#container #sidebar.Staff ul li.Staff
 
#container #sidebar.Staff ul li.Staff,
 
#container #sidebar.Current ul li.Current,
 
#container #sidebar.Services ul li.Services,
 
#container #sidebar.Applying ul li.Applying
 
{
 
    color: #000033;
 
    font-weight: bold;
 
    background: #fff url(/img/nav-bg-up.png) top repeat-x; color: #000;
 
}
 
#container #sidebar h2 {
0 comments (0 inline, 0 general)