www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Matt Lee
Subject: www layout.css
Date: Tue, 19 Jan 2010 21:15:44 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        10/01/19 21:15:44

Modified files:
        .              : layout.css 

Log message:
        fixing validation errors

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.46&r2=1.47

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- layout.css  6 Jan 2010 21:14:12 -0000       1.46
+++ layout.css  19 Jan 2010 21:15:41 -0000      1.47
@@ -24,6 +24,8 @@
         padding: 0;
         margin: 0;
         color: #35382a;
+        text-align: left;
+        font-size: 100%;
 }
 
 /* the urgent div should be enabled when we have something urgent to
@@ -202,7 +204,7 @@
 background-image: url('/graphics/rms2005chrys.jpg');
 }
 
-.lyrics{background-color: whitesmoke; font-style: italic; width: 25em; 
padding: 2em; border: 2px solid #e5e5e5; margin-left: 2em;}
+.lyrics{background-color: #eee; font-style: italic; width: 25em; padding: 2em; 
border: 2px solid #e5e5e5; margin-left: 2em;}
 
   #gplv3-dogear{
     position: absolute;
@@ -353,7 +355,7 @@
 }
 .listing th,
 .stx table th {
-    background: DarkRed;
+    background: #d40;
     color: white;
     font-weight: bold !important;
     border-top: 1px solid #666666;
@@ -396,3 +398,23 @@
 }
 
 .listing { width: 100%; }
+
+#fsf-links { margin: 1em auto; border: 1px solid #ccc; padding: 5px; 
-moz-border-radius: 10px; width: 90%;}
+
+#fsf-links li a{ color: #555; text-decoration: none; }
+
+#fsf-links ul li { list-style: none !important; padding: 0.3em 0; font-weight: 
bold; }
+
+#fsf-links ul li ul li { font-weight: normal;  }
+
+#fsf-links li{ font-size: 11px }
+
+#fsf-links ul li ul li a { color: #606060;  }
+
+#fsf-links li a:hover{ color: #0063DC; }
+
+#fsf-links div ul { padding: 0 20px }
+
+#fsf-links ul li ul { padding: 0; }
+
+#fsf-links ul { padding: 0; margin: 0; margin-top: 0.5em }




reply via email to

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