librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1326] fix a few things up, remove !important force on


From: Matt Lee
Subject: [Librefm-commits] [1326] fix a few things up, remove !important force on red links
Date: Fri, 08 May 2009 01:46:41 +0000

Revision: 1326
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1326
Author:   mattl
Date:     2009-05-08 01:46:40 +0000 (Fri, 08 May 2009)
Log Message:
-----------
fix a few things up, remove !important force on red links

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/librefm.css

Modified: trunk/nixtape/themes/librefm/librefm.css
===================================================================
--- trunk/nixtape/themes/librefm/librefm.css    2009-05-08 01:45:51 UTC (rev 
1325)
+++ trunk/nixtape/themes/librefm/librefm.css    2009-05-08 01:46:40 UTC (rev 
1326)
@@ -10,9 +10,9 @@
 
 #hd ul{ margin: 0; padding: 0; line-height: 70px; position: absolute; top: 0; 
right: 20px;}
 
-#hd li a:link, #hd li a:visited { color: black; text-decoration: none; 
padding: 5px }
+#hd li a:link, #hd li a:visited { color: black; text-decoration: none; 
padding: 7px }
 
-#hd li a:hover{background-color: maroon; text-decoration: underline; color: 
white;}
+#hd li a:hover{background-color: maroon; color: yellow;}
 
 #login a:link, #login a:visited { color: yellow !important; text-decoration: 
underline !important; }
 
@@ -71,7 +71,7 @@
 .tagcloud .t5 { font-size: 120%; }
 .tagcloud .t6 { font-size: 100%; }
 
-a:hover { color: red !important; }
+a:hover { color: red; }
 a:visited{ color: #07c;}
 
 .highlight{ background-color: #ffb;}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]