[wwwdocs] java/index.html -- two column design
Gerald Pfeifer
gerald@pfeifer.com
Sat Sep 23 15:08:00 GMT 2006
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 -->
More information about the Java-patches
mailing list