From patchwork Sun Sep 11 14:52:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 114232 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 6131BB7276 for ; Mon, 12 Sep 2011 00:52:29 +1000 (EST) Received: (qmail 13289 invoked by alias); 11 Sep 2011 14:52:27 -0000 Received: (qmail 13281 invoked by uid 22791); 11 Sep 2011 14:52:26 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 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; Sun, 11 Sep 2011 14:52:13 +0000 Received: from ip-77-25-106-43.web.vodafone.de (ip-77-25-106-43.web.vodafone.de [77.25.106.43]) by ainaz.pair.com (Postfix) with ESMTPSA id AFD9A3F416 for ; Sun, 11 Sep 2011 10:52:11 -0400 (EDT) Date: Sun, 11 Sep 2011 16:52:09 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Adjust highlight style, and make headers darker 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 This is in preparation of something I'm doing "for" Nicola, but it is useful in and by itself so I went ahead and applied it. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.21 diff -u -r1.21 gcc.css --- gcc.css 11 Sep 2011 02:07:30 -0000 1.21 +++ gcc.css 11 Sep 2011 12:47:01 -0000 @@ -9,10 +9,10 @@ a:visited { color: #003399; text-decoration: none; } a:hover { color: darkorange; text-decoration: none; } -h1 { color: gray; text-align:center; } -h2 { color: gray; } +h1 { color: darkslategray; text-align:center; } +h2 { color: darkslategray; } -.highlight{ color: gray; } +.highlight{ color: darkslategray; font-weight:bold; } dl.news { margin-top:0; } dl.news dt { font-weight:bold; }