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]

Re: [wwwdocs] CSSify the News section on /java


On Wed, 21 Jun 2006, Gerald Pfeifer wrote:
> Include the GCC-specific stylesheet by default and add a new class
> "news" that redefines <dt> and <dd> in line with how our main page
> looks.  Use this for the News section on the Java main page.

Ditto for the main page.  Look Ma, no more <b>...</b>s. 

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.571
diff -u -3 -p -r1.571 index.html
--- index.html	18 Jun 2006 15:37:52 -0000	1.571
+++ index.html	20 Jun 2006 23:49:09 -0000
@@ -3,7 +3,6 @@
 <title>GCC, the GNU Compiler Collection</title>
 <style type="text/css">
   h2 { font-size: 1.2em; }
-  dd { margin-left:3ex; }
 </style>
 </head>
 
@@ -44,20 +43,20 @@ mission statement</a>.</p>
 
 <h2 style="margin-top:0pt;">News</h2>
 
-<dl>
+<dl class="news">
 
-<dt><b>May 24, 2006</b></dt>
+<dt>May 24, 2006</dt>
 <dd>
 <a href="gcc-4.1/">GCC 4.1.1</a> has been released.
 </dd>
 
 
-<dt><b>March 10, 2006</b></dt>
+<dt>March 10, 2006</dt>
 <dd>
 <a href="gcc-4.0/">GCC 4.0.3</a> has been released.
 </dd>
 
-<dt><b>March 9, 2006</b></dt>
+<dt>March 9, 2006</dt>
 <dd>
 Richard Henderson, Jakub Jelinek and Diego Novillo of Red Hat Inc, and
 Dmitry Kurochkin have contributed an implementation of the <a
@@ -65,12 +64,12 @@ href="http://www.openmp.org/";>OpenMP v2.
 interface for C, C++ and Fortran.
 </dd>
 
-<dt><b>March 6, 2006</b></dt>
+<dt>March 6, 2006</dt>
 <dd>
 <a href="gcc-3.4/">GCC 3.4.6</a> has been released.
 </dd>
 
-<dt><b>February 28, 2006</b></dt>
+<dt>February 28, 2006</dt>
 <dd>
 <a href="gcc-4.1/">GCC 4.1.0</a> has been released.
 </dd>


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