diff mbox series

[wwwdocs] gcc-3.4/criteria.html - simplify

Message ID alpine.LSU.2.21.1809022329370.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] gcc-3.4/criteria.html - simplify | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 9:34 p.m. UTC
Remove align="center" attributes from tables.

Committed.

Gerald
diff mbox series

Patch

Index: gcc-3.4/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v
retrieving revision 1.8
diff -u -r1.8 criteria.html
--- gcc-3.4/criteria.html	1 Sep 2018 23:42:03 -0000	1.8
+++ gcc-3.4/criteria.html	2 Sep 2018 21:29:39 -0000
@@ -64,7 +64,7 @@ 
 systems and the most popular microprocessors.  Of course, where
 possible, the release will support other targets as well.</p>
 
-<table align="center" border="1">
+<table border="1">
 <caption>Primary Evaluation Platforms</caption>
 <tr><th>Chip</th>     <th>OS</th>                  
                       <th>Triplet</th>
@@ -123,7 +123,7 @@ 
 team, will make reasonable efforts to assist these volunteers by
 answering questions and reviewing patches as time permits.</p>
 
-<table align="center" border="1">
+<table border="1">
 <caption>Secondary Evaluation Platforms</caption>
 <tr><th>Chip</th>     <th>OS</th>
                       <th>Triplet</th>
@@ -200,7 +200,7 @@ 
 to general information about a package and a source URL.  Versions
 shown here are used for GCC 3.4 integration testing.</p>
 
-<table align="center" border="1">
+<table border="1">
 <caption>Integration Tests</caption>
 <tr><th>Name</th>
     <th>Language</th>
@@ -313,7 +313,7 @@ 
 Therefore, we will use the following benchmarks for measuring code
 quality:</p>
 
-<table align="center" border="1">
+<table border="1">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Source URL</th>
@@ -356,7 +356,8 @@ 
 
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
-<table align="center" border="1">
+
+<table border="1">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Source</th>