www-commits
[Top][All Lists]
Advanced

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

www home.shtml style.css server/banner.html


From: Matt Lee
Subject: www home.shtml style.css server/banner.html
Date: Tue, 04 Dec 2007 14:39:55 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        07/12/04 14:39:55

Modified files:
        .              : home.shtml style.css 
        server         : banner.html 

Log message:
        fixed validation problems, hopefully. fixed stylesheet for 
translations, 
        footer, and font relative widths. 

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.shtml?cvsroot=www&r1=1.169&r2=1.170
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.8&r2=1.9
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.48&r2=1.49

Patches:
Index: home.shtml
===================================================================
RCS file: /web/www/www/home.shtml,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -b -r1.169 -r1.170
--- home.shtml  2 Dec 2007 22:36:42 -0000       1.169
+++ home.shtml  4 Dec 2007 14:39:44 -0000       1.170
@@ -238,7 +238,7 @@
 
 <p>Updated:
    <!-- timestamp start -->
-   $Date: 2007/12/02 22:36:42 $
+   $Date: 2007/12/04 14:39:44 $
    <!-- timestamp end -->
 </p>
 </div>
@@ -253,7 +253,6 @@
 <!-- END TranslationList -->
 </div>
 </div>
-</div>
 </body>
 </html>
 <!-- END layout -->

Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- style.css   2 Dec 2007 18:00:07 -0000       1.8
+++ style.css   4 Dec 2007 14:39:45 -0000       1.9
@@ -31,6 +31,7 @@
   body{
   font-family: sans-serif;
 border-top: 20px solid #ccc; background-color: #ececec;
+ border-bottom: 20px solid #bd0000;
   }
 
   #wrapper{
@@ -43,7 +44,7 @@
 a:hover{ color: red; }
 
 
-.inner { max-width: 750px; margin: 0 auto 0; position: relative; }
+.inner { max-width: 47em; margin: 0 auto 0; position: relative; }
 
 .inner{ padding-left: 10px; padding-right: 10px; }
 
@@ -54,7 +55,7 @@
 #header{ position: relative; background-color: white; height: 101px;}
 
 #links{ position: absolute; top: 5px; right: 1em; border-left: 1px
- solid #333; padding-left: 1em;height: 90px; width: 190px;  overflow: auto }
+ solid #333; padding-left: 1em;height: 90px; overflow: hidden; }
 
 #links ul{ padding-left: 1em; padding-top: 1em; }
 
@@ -62,9 +63,9 @@
 
 #content { font-family: serif; background-color: #fff;  padding-bottom: 1.8em; 
}
 
-#navigation{ background-color: #bd0000; border-bottom: 5px solid #333; 
font-size: 0.9em; }
+#navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
 
-#navigation ul{ line-height: 3em; }
+#navigation ul{ line-height: 3em; font-size: 0.9em; }
 
 #navigation li{background-color: maroon;  display: inline; margin: 0 2px; 
padding: 0.5em 1em 0.5em 1em; }
 
@@ -151,7 +152,13 @@
   border-top: 1px solid rgb(204,204,204);
 }
 
-#translations { display: none !important;} /* temporary fix */
+#translations{ background-color: #222; font-size: 0.8em; text-align: center; 
padding: 1em; color: #fff; border-top: 3px solid #333;  }
+
+#translations h3, #translations h4{ display: none !important; }
+
+#translations li{display: inline; line-height: 1.7em; }
+
+#translations li a{ color: yellow !important; }
 
 .announcement{ font-size: 1.1em; font-weight: bold; padding-left: 1em; 
margin-left: 1em; border-left: 1em solid #eee; margin-bottom: 1em; }
 
@@ -213,13 +220,13 @@
 
 #print-this-article p{ text-align: center; }
 
-#footer { background-color: #999; border-bottom: 20px solid #bd0000; 
border-top: 5px solid #444; padding:1em; color: #111; }
+#footer { background-color: #111; border-top: 5px solid #444; padding:1em; 
color: #fff; }
 
 #footer a{ color: yellow; }
 
 #footer p{ font-size: 0.9em; margin-bottom: 0.7em; }
 
-#content ul{ list-style: square; margin-left: 1.4em; }
+#content ul{ list-style: square; margin-left: 1.4em; 
list-style-image:url(/graphics/bullet.gif);  }
 
 #content ol{ list-style: decimal; margin-left: 1.9em; }
 

Index: server/banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- server/banner.html  2 Dec 2007 18:21:29 -0000       1.48
+++ server/banner.html  4 Dec 2007 14:39:50 -0000       1.49
@@ -46,8 +46,6 @@
         </div>
       </div>
 
-    <div id="null-columns">
-
 <div id="content" class="inner">
 
 <div style="width: 260px; margin-left: 20px; float: right; margin-right: 20px; 
margin-top: 20px; margin-bottom: 2em;">




reply via email to

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