public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org
Subject: [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org
Date: Sun, 10 Apr 2016 01:09:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.20.1604091902290.9804@anthias.pfeifer.com> (raw)

It turns out the stricter server settings also broke the /java
page on gcc.gnu.org.

This restores showing two columns on this page (though it still
uses non-standard CSS extensions).


That said, looking at the page, and how since 2005 nearly all changes
have been maintainance ones from me, is it really worthwhile keeping
this (short of historic reasons)?

2016-04-08  Gerald Pfeifer  <gerald@pfeifer.com>

	* index.html: Replace manual style to establish two columns
	by new global CSS class "twocolumns".

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.38
diff -u -r1.38 gcc.css
--- gcc.css	5 Apr 2016 16:20:29 -0000	1.38
+++ gcc.css	9 Apr 2016 16:22:40 -0000
@@ -15,6 +15,8 @@
 .highlight{ color: darkslategray; font-weight:bold; }
 .smaller  { font-size: 80%; }
 
+.twocolumns { column-counts:2; -moz-column-count:2; }
+
 td.news      { width: 50%; padding-right: 8px; }
 td.news h2   { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; }
 td.news dl   { margin-top:0; }

Index: java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.177
diff -u -r1.177 index.html
--- java/index.html	27 Jun 2014 15:04:39 -0000	1.177
+++ java/index.html	9 Apr 2016 16:22:41 -0000
@@ -32,7 +33,7 @@
 
 <h2><a name="news">GCJ News</a></h2>
 
-<div style="column-count:2; -moz-column-count:2;">
+<div class="twocolumns">
 
 <!-- News entries start here -->
 

             reply	other threads:[~2016-04-10  1:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-10  1:09 Gerald Pfeifer [this message]
2016-04-10 21:58 ` Andrew Hughes
2016-04-16 20:32   ` Gerald Pfeifer
2016-04-17 11:34     ` Andrew Haley
2016-04-17 16:10       ` [wwwdocs,Java] Remove java/status.html Gerald Pfeifer
2016-04-18  9:15         ` Andrew Haley
2016-04-18 22:04     ` [wwwdocs,Java] java/index.html -- fix formatting on gcc.gnu.org Mike Stump

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LSU.2.20.1604091902290.9804@anthias.pfeifer.com \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).