From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58986 invoked by alias); 30 Jan 2016 06:06:54 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 58971 invoked by uid 89); 30 Jan 2016 06:06:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=0pt, padding-left, paddingleft, 12px X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 30 Jan 2016 06:06:53 +0000 Received: from [172.20.12.204] (unknown [12.235.85.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id A7C463F423 for ; Sat, 30 Jan 2016 01:06:50 -0500 (EST) Date: Sat, 30 Jan 2016 06:06:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Use external CSS for the News and Status panes on the main page Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg02354.txt.bz2 This fixes the worst of what the new server settings broke; our main page should look quite more reasonable with this. And it simplifies things a little. Applied. Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.992 diff -u -r1.992 index.html --- index.html 24 Jan 2016 23:54:36 -0000 1.992 +++ index.html 30 Jan 2016 05:58:12 -0000 @@ -45,12 +45,10 @@ -
- -

News

- -
+
+

News

+
GCC 5.3 released [2015-12-04]
@@ -98,13 +96,9 @@ -
- - - -

Release Series and Status

- -
+
+

Release Series and Status

+
GCC 5.3 (changes) Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.30 diff -u -r1.30 gcc.css --- gcc.css 30 Jan 2016 04:28:47 -0000 1.30 +++ gcc.css 30 Jan 2016 05:58:12 -0000 @@ -14,15 +14,19 @@ .highlight{ color: darkslategray; font-weight:bold; } -dl.news { margin-top:0; } -dl.news dt { color:darkslategrey; font-weight:bold; margin-top:0.3em; } -dl.news dd { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; } -dl.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; } - -dl.status { margin-top:0; } -dl.status .version { font-weight:bold; } -dl.status .regress { font-size: 90%; } -dl.status dd { margin-left:3ex; } +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; } +td.news dt { color:darkslategrey; font-weight:bold; margin-top:0.3em; } +td.news dd { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; } +td.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; } + +td.status { width: 50%; padding-left: 12px; border-left: #3366cc thin solid; } +td.status h2 { font-size: 1.2em; margin-top:0; margin-bottom: 1%; } +td.status dl { margin-top:0; } +td.status .version { font-weight:bold; } +td.status .regress { font-size: 90%; } +td.status dd { margin-left:3ex; } .td_title { border-color: #3366cc;