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] java/index.html -- two column design


Before I leave for vacation, a patch I had ment to commit a few weeks
ago already, after a conversation with Tom.

  Use two-column design for those browsers supporting it.

Installed.

Gerald

--- index.html.orig	2006-07-08 02:56:37.204567500 +0200
+++ index.html	2006-08-14 20:48:40.844295500 +0200
@@ -79,6 +79,8 @@
 
 <h2><a name="news">GCJ News</a></h2>
 
+<div style="column-count:2; -moz-column-count:2;">
+
 <!-- News entries start here -->
 
 <dl class="news">
@@ -154,7 +156,9 @@
 
 </dl>
 
-<a href="news.html">Less recent GCJ news</a>
+<div><a href="news.html">Less recent GCJ news</a></div>
+
+</div>
 
 <!-- News entries end here -->
 


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