www-commits
[Top][All Lists]
Advanced

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

www layout.css home.shtml


From: Matt Lee
Subject: www layout.css home.shtml
Date: Wed, 20 Jan 2010 19:29:15 +0000

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

Modified files:
        .              : layout.css home.shtml 

Log message:
        added class for layout-only tables, added classes to tables on the 
homepage

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.48&r2=1.49
http://web.cvs.savannah.gnu.org/viewcvs/www/home.shtml?cvsroot=www&r1=1.365&r2=1.366

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- layout.css  19 Jan 2010 21:17:00 -0000      1.48
+++ layout.css  20 Jan 2010 19:29:11 -0000      1.49
@@ -119,61 +119,6 @@
   height: 0;
 }
 
-/* CSS classes for doing things like two columns */
-
-.rowOfBoxes {
-  clear: both;
-}
-
-.quarter, .oneThird, .half, .twoThirds, .fullWidth {
-  margin: 1em 0;
-  float: left;
-  border-left: 1px solid rgb(204,204,204);
-}
-
-.quarter {
-  width: 21%;
-  padding: 0 1.9%;
-}
-
-.oneThird {
-  width: 28%;
-  padding: 0 1.9%;
-}
-
-.half {
-  text-align: left;
-  width: 46%;
-  padding: 0 1.9%;
-}
-
-.half h3{padding: 0; margin: 0; font-size: 1.8em;}
-
-.twoThirds {
-  text-align: left;
-  width: 63%;
-  padding: 0 1.9%;
-}
-
-.fullWidth {
-  text-align: left;
-  width: 96%;
-  padding: 0 1.2em;
-  border-left: none;
-}
-
-.filler {  /* use with an empty <p> element to add padding to the end of a 
text box */
-  border: 1px solid white;
-}
-
-.noBorderOnLeft {
-  border-left: none;
-}
-
-.dividingBorderAbove {
-  border-top: 1px solid rgb(204,204,204);
-}
-
 #translations{ background-color: #fff; 
  padding: 1em; padding-top: 0; color: #000;   }
 
@@ -325,6 +270,8 @@
 
 .pad {margin-bottom: 1em;}
 
+.layout-table * { border: 0; }
+
 #fpnav ul{list-style: none; margin: 0 !important; padding: 0 !important;}
 
 #fpnav li{display: block; text-align: left; margin-right: 1em; font-size: 
0.9em;}

Index: home.shtml
===================================================================
RCS file: /web/www/www/home.shtml,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -b -r1.365 -r1.366
--- home.shtml  8 Jan 2010 01:15:31 -0000       1.365
+++ home.shtml  20 Jan 2010 19:29:11 -0000      1.366
@@ -28,7 +28,7 @@
 <a href="http://www.gnu.org/graphics/jesus-cartoon.html";> cartoon</a>.</p>
 </div>
 
-<table width="100%" border="0" cellpadding="15" cellspacing="50" class="pad">
+<table width="100%" border="0" cellpadding="15" cellspacing="50" class="pad 
layout-table">
   <tr>
     <td style="width: 35%;">
 
@@ -343,7 +343,7 @@
 </tr>
 </table>
 
-<table width="100%" border="0" cellpadding="15" cellspacing="50">
+<table width="100%" border="0" cellpadding="15" cellspacing="50" 
class="layout-table">
 <tr>
 <td colspan="2">
   <h2>More information</h2>
@@ -400,7 +400,7 @@
 
 <p>Last Updated:
    <!-- timestamp start -->
-   $Date: 2010/01/08 01:15:31 $
+   $Date: 2010/01/20 19:29:11 $
    <!-- timestamp end -->
 </p>
 




reply via email to

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