[xiph-commits] r14673 - branches/dir.xiph.org/css

balbinus at svn.xiph.org balbinus at svn.xiph.org
Tue Apr 8 01:30:45 PDT 2008


Author: balbinus
Date: 2008-04-08 01:30:45 -0700 (Tue, 08 Apr 2008)
New Revision: 14673

Modified:
   branches/dir.xiph.org/css/style.css
Log:
Slight modification on the stylesheet (no more bold on level 2 tag)

Modified: branches/dir.xiph.org/css/style.css
===================================================================
--- branches/dir.xiph.org/css/style.css	2008-04-08 08:28:03 UTC (rev 14672)
+++ branches/dir.xiph.org/css/style.css	2008-04-08 08:30:45 UTC (rev 14673)
@@ -53,8 +53,10 @@
 .tag-cloud .popularity-3 { font-size: 1.3em !important; }
 .tag-cloud .popularity-4 { font-size: 1.4em !important; }
 .tag-cloud .popularity-5 { font-size: 1.5em !important; }
-.tag-cloud .popularity-3 a, .tag-cloud .popularity-4 a,
-.tag-cloud .popularity-5 a { font-weight: normal !important; }
+.tag-cloud .popularity-2 a, .tag-cloud .popularity-3 a,
+.tag-cloud .popularity-4 a, .tag-cloud .popularity-5 a {
+	font-weight: normal !important;
+}
 
 /* Servers list */
 table.servers-list {



More information about the commits mailing list