www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout5.css ot...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout5.css ot...
Date: Tue, 04 Mar 2014 19:53:31 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/04 19:53:31

Modified files:
        server/staging/nav-bar/test9: layout5.css 
                                      other-free-books2.fr.html 

Log message:
        Add a scroller to the tables without div.table (Ineiev).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout5.css?cvsroot=www&r1=1.41&r2=1.42
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/other-free-books2.fr.html?cvsroot=www&r1=1.14&r2=1.15

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- layout5.css 4 Mar 2014 15:31:17 -0000       1.41
+++ layout5.css 4 Mar 2014 19:53:30 -0000       1.42
@@ -141,9 +141,6 @@
 .layout-table * { border: 0; }
 div.spacer { height: .1em; width: 100%; background-color: transparent; }
 
-/* For wide tables, e.g. in licenses/gpl-faq.html and 
doc/other-free-books.html */
-div.table { width: 100%; margin: auto; overflow: auto; }
-
 /*** TOP OF THE PAGE ***/
 
 #toplinks {
@@ -802,6 +799,14 @@
 
 .listing { width: 100%; }
 
+/* For wide tables, e.g. in doc/other-free-books.html */
+table.listing {
+   display: block;
+   overflow: auto;
+   padding-top:.1em;
+   margin: auto;
+}
+
 /* This is used in pages of lists, such as gnu-linux.faq.html,
    to give readers a hint that they can link directly to a given item.
    We make it less obtrusive than the item heading it follows.  */
@@ -816,7 +821,14 @@
 
 /* This is for licenses/gpl-faq.html. */
 
-table#gpl-compat-matrix { border-collapse: collapse; }
+table#gpl-compat-matrix {
+   border-collapse: collapse;
+   width: 100%;
+   display: block;
+   overflow: auto;
+   padding-top:.1em;
+   margin: auto;
+}
 
 table#gpl-compat-matrix td, th.gpl-matrix-border {
    text-align: center; border: 1px solid black; margin: 0;

Index: other-free-books2.fr.html
===================================================================
RCS file: 
/webcvs/www/www/server/staging/nav-bar/test9/other-free-books2.fr.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- other-free-books2.fr.html   4 Mar 2014 09:54:42 -0000       1.14
+++ other-free-books2.fr.html   4 Mar 2014 19:53:31 -0000       1.15
@@ -97,7 +97,6 @@
 Les nouvelles références sont placées en début de liste.
 </p>
 
-<div class="table">
 <table class="listing">
 
 <tr><th>Titre</th> <th>Auteur</th> <th>Éditeur</th>
@@ -438,7 +437,6 @@
 </tr>
 
 </table>
-</div> <!-- /class="table" -->
 
 <dl>
 
@@ -536,7 +534,7 @@
 <!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2014/03/04 09:54:42 $
+$Date: 2014/03/04 19:53:31 $
 
 <!-- timestamp end -->
 </p>



reply via email to

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