On Sun, 2 Sep 2018, Gerald Pfeifer wrote: > 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.
And this is a final cleanup patch. Committed. Gerald Omit border="1" from the performance table. Make an empty <th> really so. Index: projects/cfo.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cfo.html,v retrieving revision 1.17 diff -u -r1.17 cfo.html --- projects/cfo.html 2 Sep 2018 19:20:55 -0000 1.17 +++ projects/cfo.html 10 Sep 2018 21:27:51 -0000 @@ -164,9 +164,9 @@ <a href="http://szeged.github.io/csibe/">CSiBE</a> benchmark with respect to the mainline at the last merge (2005-07-11).</p> -<table class="right" border="1"> +<table class="right"> <tr> - <th> </th> + <th></th> <th class="center" colspan="2">Code size save</th> <th class="center" colspan="2">Compilation time multiplier</th> </tr>