www-commits
[Top][All Lists]
Advanced

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

www style.css


From: Matt Lee
Subject: www style.css
Date: Wed, 12 Dec 2007 22:11:37 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        07/12/12 22:11:36

Modified files:
        .              : style.css 

Log message:
        [FSF] removed top 3 links temporarily - until we can make them not 
        underlap. also, made .inner wider by default, and centered navigation.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.13&r2=1.14

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- style.css   12 Dec 2007 00:46:33 -0000      1.13
+++ style.css   12 Dec 2007 22:11:30 -0000      1.14
@@ -62,16 +62,18 @@
 a:hover{ color: red; }
 
 
-.inner { max-width: 47em; margin: 0 auto 0; position: relative; }
+.inner { max-width: 58em; margin: 0 auto 0; position: relative; }
 
 .inner{ padding-left: 10px; padding-right: 10px; }
 
 #logo{background:url(/graphics/topbanner.png) 
no-repeat;border:0;margin:0em;padding:0;}
 
-#logo 
a{display:block;text-decoration:none;overflow:hidden;border:0;margin:0;padding:0;padding-top:101px;height:0px
 !important;width:550px;cursor:pointer;}
+#logo a { 
display:block;text-decoration:none;overflow:hidden;border:0;margin:0;padding:0;padding-top:101px;height:0px
 !important;width:550px;cursor:pointer;}
 
 #header{ position: relative; background-color: white; height: 101px;}
 
+#links{ display: none !important; }
+
 #links{ position: absolute; top: 5px; right: 1em; border-left: 1px
  solid #333; padding-left: 1em;height: 90px; overflow: hidden; }
 
@@ -83,7 +85,7 @@
 
 #navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
 
-#navigation ul{ line-height: 3em; font-size: 0.9em; }
+#navigation ul{ line-height: 3em; font-size: 0.9em; text-align: center; }
 
 #navigation li{background-color: maroon;  display: inline; margin: 0 2px; 
padding: 0.5em 1em 0.5em 1em; }
 




reply via email to

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