www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css


From: Miguel Vazquez Gocobachi
Subject: www gnu-new.css
Date: Fri, 12 Jan 2007 02:34:27 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Miguel Vazquez Gocobachi <demrit>       07/01/12 02:34:27

Modified files:
        .              : gnu-new.css 

Log message:
        * Fixed showing characters later of the u-list end

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.34&r2=1.35

Patches:
Index: gnu-new.css
===================================================================
RCS file: /web/www/www/gnu-new.css,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- gnu-new.css 19 Dec 2006 20:46:31 -0000      1.34
+++ gnu-new.css 12 Jan 2007 02:34:22 -0000      1.35
@@ -87,10 +87,15 @@
 list-style: none;
 }
 
-#fsflinks li{
-display: inline;
-padding-right: 0.5em;
-border-right: 1px solid #333;
+#fsflinks li {
+       display: inline;
+       padding-right: 0.5em;
+       border-left: 1px solid #333;
+}
+
+#fsflinks li:first-child {
+       border-left: 0;
+        padding-left: 0;
 }
 
 #fsflinks li a{
@@ -131,10 +136,15 @@
   #links li{
   display: inline;
   margin-right: 0.5em;
-  border-right: 1px solid #fff;
+  border-left: 1px solid #fff;
   padding-right: 0.5em;
   }
 
+  #links li:first-child {
+        border-left: 0;
+        padding-left: 0;
+  }
+
   #links li a{color: #fff !important; font-weight: bold;}
   
   #gnulogo{




reply via email to

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