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: Sat, 01 Mar 2014 14:04:23 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/01 14:04:23

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

Log message:
        overflow:auto for wide tables.

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

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- layout5.css 1 Mar 2014 12:08:19 -0000       1.31
+++ layout5.css 1 Mar 2014 14:04:22 -0000       1.32
@@ -140,6 +140,9 @@
 .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/free-book.html */
+div.table { width: 98%; margin: auto; overflow: auto; }
+
 /*** TOP OF THE PAGE ***/
 
 #toplinks {

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.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- other-free-books2.fr.html   1 Mar 2014 10:14:48 -0000       1.8
+++ other-free-books2.fr.html   1 Mar 2014 14:04:22 -0000       1.9
@@ -168,7 +168,9 @@
 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>
 <th>ISBN</th> <th>Licence</th> </tr>
 
@@ -507,6 +509,7 @@
 </tr>
 
 </table>
+</div> <!-- /class="table" -->
 
 <dl>
 
@@ -636,7 +639,7 @@
 <!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2014/03/01 10:14:48 $
+$Date: 2014/03/01 14:04:22 $
 
 <!-- timestamp end -->
 </p>



reply via email to

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