From patchwork Mon Sep 12 10:02:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 114305 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 22337B71C7 for ; Mon, 12 Sep 2011 20:02:34 +1000 (EST) Received: (qmail 21845 invoked by alias); 12 Sep 2011 10:02:29 -0000 Received: (qmail 21833 invoked by uid 22791); 12 Sep 2011 10:02:27 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, TO_NO_BRKTS_PCNT X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Sep 2011 10:02:07 +0000 Received: from g159.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id E8AEF3F416; Mon, 12 Sep 2011 06:02:05 -0400 (EDT) Date: Mon, 12 Sep 2011 12:02:05 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Nicola Pero Subject: Re: [wwwdocs] Revamp the news section on our title page In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org This patchlet did not make it from my test environment to the patch I committed for production for some reason. Fixed thusly. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.24 diff -u -r1.24 gcc.css --- gcc.css 12 Sep 2011 00:08:49 -0000 1.24 +++ gcc.css 12 Sep 2011 09:41:05 -0000 @@ -17,7 +17,7 @@ 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; margin-left:0.1ex; } +dl.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; } dl.status { margin-top:0; } dl.status .version { font-weight:bold; }