www-commits
[Top][All Lists]
Advanced

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

www/server/staging for-windows.1.html


From: Therese Godefroy
Subject: www/server/staging for-windows.1.html
Date: Wed, 08 Apr 2015 19:29:56 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/04/08 19:29:56

Modified files:
        server/staging : for-windows.1.html 

Log message:
        Use a div instead of tfoot (not rendered correctly in some browsers, 
according to Ineiev).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/for-windows.1.html?cvsroot=www&r1=1.7&r2=1.8

Patches:
Index: for-windows.1.html
===================================================================
RCS file: /webcvs/www/www/server/staging/for-windows.1.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- for-windows.1.html  7 Apr 2015 21:56:02 -0000       1.7
+++ for-windows.1.html  8 Apr 2015 19:29:55 -0000       1.8
@@ -7,19 +7,28 @@
 <style type="text/css" media="print,screen">
 <!--
 table#TOC {
+   width: 100%;
    border-collapse: collapse;
-   margin: 2.5em auto 2em auto;
-   border: 2px solid #6989b6;
+   margin: 2.5em auto 0em auto;
 }
 #TOC td, #TOC th {
    border: 1px solid #6989b6;
 }
 #TOC thead {
    background-color: #fff898;
+   border: 2px solid #6989b6;
 }
 #TOC tbody {
-   border: 2px solid #6989b6;
    background-color: #f0f2f4;
+   border-left: 2px solid #6989b6;
+   border-right: 2px solid #6989b6;
+}
+div#notes {
+   border-top: 1px solid #6989b6;
+   border-left: 2px solid #6989b6;
+   border-right: 2px solid #6989b6;
+   border-bottom: 2px solid #6989b6;
+   margin-top: 0;
 }
 #windows7sins {
    width: 25em; max-width: 40%;
@@ -91,20 +100,6 @@
       <th>Replacement for</th>
   </tr>
  </thead>
- <tfoot>
-  <tr><td colspan="3">
-      <ol><li id="f1">This is a selection of the more
-      common free software applications available for the Microsoft Windows
-      platform, and is nothing like a comprehensive list.</li>
-          <li id="f2">Why not recommend Firefox? As explained in our <a
-      href="/philosophy/free-sw.html">Free Software Definition</a>, all 
-      four freedoms must be available on both a commercial and non-commercial
-      basis. Mozilla's trademark policy serves to limit Freedom 2 to gratis
-      distribution only, making the software nonfree.</li>
-      </ol>
-      </td>
-  </tr>
- </tfoot>
  <tbody>
   <tr><td rowspan="3">Graphics and Design</td>
       <td><a href="#Dia">Dia</a></td>
@@ -160,6 +155,19 @@
   </tr>
  </tbody>
 </table>
+<div id="notes">
+  <ol>
+    <li id="f1">This is a selection of the more
+    common free software applications available for the Microsoft Windows
+    platform, and is nothing like a comprehensive list.</li>
+
+    <li id="f2">Why not recommend Firefox? As explained in our <a
+    href="/philosophy/free-sw.html">Free Software Definition</a>, all 
+    four freedoms must be available on both a commercial and non-commercial
+    basis. Mozilla's trademark policy serves to limit Freedom 2 to gratis
+    distribution only, making the software nonfree.</li>
+  </ol>
+</div>
 
 <dl>
 
@@ -397,7 +405,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/04/07 21:56:02 $
+$Date: 2015/04/08 19:29:55 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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