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]

[wwwdocs] Make Status on front page match News in style


Adjust the formatting of the status section to match the news section
by introducing an appropriate CSS description.

(Originally these two matched, but when I switched to CSS and tweaked
things, I missed the status side of things.)

Installed.

Gerald

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.3
diff -u -3 -p -r1.3 gcc.css
--- gcc.css	20 Jun 2006 23:46:05 -0000	1.3
+++ gcc.css	1 Jul 2006 20:14:41 -0000
@@ -1,13 +1,13 @@
 /* CSS for the GCC web site.
 
-   Status: experimental
-
    Gerald Pfeifer <gerald@pfeifer.com>
  */
 
 dl.news dt { font-weight:bold; }
 dl.news dd { margin-left:3ex; }
 
+dl.status dd { margin-left:3ex; }
+
 /* Classpath versus libgcj merge status page. */
 
 .classpath-only         { background-color: #FFFFAA; }
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.572
diff -u -3 -p -r1.572 index.html
--- index.html	20 Jun 2006 23:54:09 -0000	1.572
+++ index.html	1 Jul 2006 20:14:41 -0000
@@ -98,7 +98,7 @@ interface for C, C++ and Fortran.
 
 <h2 style="margin-top:0pt;">Status</h2>
 
-<dl>
+<dl class="status">
 
 <dt><strong>Current release series:</strong>
   <a href="gcc-4.1/">GCC 4.1.1</a>


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