Changeset - 54451c15e228
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 14 years ago 2010-10-04 03:08:56
bkuhn@ebb.org
I think I want this color to appear on highlighted menu items.
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -126,3 +126,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    font-weight: bold;
 
    background: #fff url(/img/nav-bg-up.png) top repeat-x; color: #000;
 
    background: #fff url(/img/nav-bg-up.png) top repeat-x;
 
}
...
 
@@ -229,3 +229,5 @@ body.conservancy-donate #navbar ul li.donate a /* NO COMMA HERE! */
 
{ 
 
    color: #000033;
 
    font-weight: bold;
 
    background: #fafafe url(/img/nav-bg-up.png) top repeat-x; color: #000; }
 
    background: #fff url(/img/nav-bg-up.png) top repeat-x;
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)