On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> This uses a new CSS class *once* instead of attributing most elements
> in the table with align="right" and also brings us closer to HTML 5
> compliance.

And this also takes care of align="center" by using the CSS of the
same name I introduced earlier today.

Gerald

Index: projects/cfo.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfo.html,v
retrieving revision 1.16
diff -u -r1.16 cfo.html
--- projects/cfo.html   2 Sep 2018 13:26:43 -0000       1.16
+++ projects/cfo.html   2 Sep 2018 19:19:17 -0000
@@ -167,15 +167,15 @@
 <table class="right" border="1">
 <tr>
   <th>&nbsp;</th>
-  <th align="center" colspan="2">Code size save</th>
-  <th align="center" colspan="2">Compilation time multiplier</th>
+  <th class="center" colspan="2">Code size save</th>
+  <th class="center" colspan="2">Compilation time multiplier</th>
 </tr>
 <tr>
   <td>Target</td>
-  <td align="center">arm-elf</td>
-  <td align="center">i686-linux</td>
-  <td align="center">arm-elf</td>
-  <td align="center">i686-linux</td>
+  <td class="center">arm-elf</td>
+  <td class="center">i686-linux</td>
+  <td class="center">arm-elf</td>
+  <td class="center">i686-linux</td>
 </tr>
 <tr>
   <td>Sequence abstraction on RTL</td>

Reply via email to