Merge pull request #109 from zoombody/css-fix

fix #1334 wrong navbar link colors
This commit is contained in:
Matt Rogers 2012-09-29 20:21:02 -07:00
commit a8fa2962c9

View file

@ -239,6 +239,8 @@ a.show_successors:hover, a.link_to_successors:hover {background-image: image-url
position: fixed;
top: 48px;
left: 0px;
a { color: #eee; }
a:hover { color: #ccc; }
}
#navlist {