Committed.

Gerald

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.68
diff -u -r1.68 gcc.css
--- gcc.css     23 Sep 2018 16:41:40 -0000      1.68
+++ gcc.css     23 Sep 2018 18:01:43 -0000
@@ -28,6 +28,8 @@
 .twocolumns { column-count:2; }
 .imgleft { margin: 5px 20px; float: left; }
 
+img.right { float: right; }
+
 td.news      { width: 50%; padding-right: 8px; vertical-align: top; }
 td.news h2   { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; }
 td.news dl   { margin-top:0; }
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.1099
diff -u -r1.1099 index.html
--- index.html  3 Sep 2018 19:28:26 -0000       1.1099
+++ index.html  23 Sep 2018 18:01:43 -0000
@@ -15,7 +15,7 @@
 
 <h1 class="no-margin-top">GCC, the GNU Compiler Collection</h1>
 
-<img src="img/gccegg-65.png" alt="" align="right" />
+<img src="img/gccegg-65.png" alt="" class="right" />
 
 <p>The GNU Compiler Collection includes front ends for
 <a href="c99status.html">C</a>,

Reply via email to