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}
 
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to