From patchwork Mon Apr 4 23:30:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 89735 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 07EAAB6FC4 for ; Tue, 5 Apr 2011 09:30:37 +1000 (EST) Received: (qmail 17787 invoked by alias); 4 Apr 2011 23:30:36 -0000 Received: (qmail 17779 invoked by uid 22791); 4 Apr 2011 23:30:36 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay00.pair.com (HELO relay00.pair.com) (209.68.5.9) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 04 Apr 2011 23:30:31 +0000 Received: (qmail 5304 invoked from network); 4 Apr 2011 23:30:29 -0000 Received: from 2.205.140.147 (HELO ip-2-205-140-147.web.vodafone.de) (2.205.140.147) by relay00.pair.com with SMTP; 4 Apr 2011 23:30:29 -0000 X-pair-Authenticated: 2.205.140.147 Date: Tue, 5 Apr 2011 01:30:31 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] obsolete gnu.css [3/4] and revamp navigation style Message-ID: 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 Not perfect yet, but I now like it a LOT better than what we had just two days ago. And http://www.gnu.org/software/gcc/ starts to look somewhat reasonable again, too. Committed. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.8 diff -u -r1.8 gcc.css --- gcc.css 4 Apr 2011 17:56:25 -0000 1.8 +++ gcc.css 4 Apr 2011 23:26:20 -0000 @@ -14,6 +14,23 @@ dl.status dd { margin-left:3ex; } +.td_title { + border-color: #3366cc; + border-style: solid; + border-width: thin; + color: #f2f2f9; + background-color: #0066dd; + font-weight: bold; +} + +.td_con { + padding-top: 3px; + padding-left: 8px; + padding-bottom: 3px; + background-color: #f2f2f9; + font-size: smaller; +} + div.copyright { font-size: 75%; background: #f2f2f9; Index: gnu.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gnu.css,v retrieving revision 1.9 diff -u -r1.9 gnu.css --- gnu.css 4 Apr 2011 17:56:25 -0000 1.9 +++ gnu.css 4 Apr 2011 23:26:20 -0000 @@ -20,21 +20,3 @@ .center { text-align: center; } - -.td_title { - border-color: #3366cc; - border-style: solid; - border-width: thin; - color: #3366cc; - background-color : #f2f2f9; - font-weight: bold; -} - -.td_con { - padding-top: 3px; - padding-left: 8px; - padding-bottom: 3px; - color : #303030; - background-color: #f2f2f9; - font-size: smaller; -}