5 Sep
2009
5 Sep
'09
3:16 p.m.
Author: diego Date: Sat Sep 5 17:16:31 2009 New Revision: 3443 Log: Make sure that links in the menu are not underline but change color when hovered. Modified: trunk/design7/default.css Modified: trunk/design7/default.css ============================================================================== --- trunk/design7/default.css Sat Sep 5 17:06:10 2009 (r3442) +++ trunk/design7/default.css Sat Sep 5 17:16:31 2009 (r3443) @@ -30,10 +30,15 @@ padding-top: 200px; text-align: right;} -#menu a { +#menu a:link, #menu a:visited { color: #888870; text-decoration: none;} +#menu a[href]:hover { + font-weight: bold; + color: #CACABA; + text-decoration: none;} + #menu div:hover, #menu li:hover { background-color: #202020}
6067
Age (days ago)
6067
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego