This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting


On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> ...making things HTML 5 compliant on the way (without a real loss).

And pretty much the same patch for gcc-3.1/gcj-status.html, which
initially escaped my attention.

Committed as well.

Gerald

Index: gcc-3.1/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/gcj-status.html,v
retrieving revision 1.5
diff -u -r1.5 gcj-status.html
--- gcc-3.1/gcj-status.html	1 Sep 2018 23:42:03 -0000	1.5
+++ gcc-3.1/gcj-status.html	2 Sep 2018 19:14:53 -0000
@@ -17,7 +17,7 @@
 
 <h2> Platforms </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Platform </th> <th> Status </th> <th> Who </th> </tr>
 
@@ -84,7 +84,7 @@
      <td> Adam </td>
 </tr>
 
-<tr bgcolor="#eeaaaa"> <td> PPC Darwin</td>
+<tr> <td> PPC Darwin</td>
      <td> stddef.h tweak, std_cctype.h tweak, use "ar qc"</td>
      <td> Andreas, Alexandre, others </td>
 </tr>
@@ -108,7 +108,7 @@
 
 <h2> Packages </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Package </th> <th> Status </th> <th> Who </th> </tr>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]