From patchwork Mon Apr 4 17:56:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 89670 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 D1B03B6FBC for ; Tue, 5 Apr 2011 03:56:44 +1000 (EST) Received: (qmail 28465 invoked by alias); 4 Apr 2011 17:56:42 -0000 Received: (qmail 28438 invoked by uid 22791); 4 Apr 2011 17:56:41 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay03.pair.com (HELO relay03.pair.com) (209.68.5.17) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 04 Apr 2011 17:56:36 +0000 Received: (qmail 7889 invoked from network); 4 Apr 2011 17:56:34 -0000 Received: from 77.118.96.53 (HELO 77.118.96.53.wireless.dyn.drei.com) (77.118.96.53) by relay03.pair.com with SMTP; 4 Apr 2011 17:56:34 -0000 X-pair-Authenticated: 77.118.96.53 Date: Mon, 4 Apr 2011 19:56:35 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] obsolete gnu.css [2/4]: standardize style for 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 part 2 of 4 to remove the now obsolete ("upstream") gnu.css stylesheet, and it generally simplifies and consolidates things, including removal of an extraneous style for html and a redundant one for libstdc++. Installed. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.7 diff -u -r1.7 gcc.css --- gcc.css 4 Apr 2011 15:45:51 -0000 1.7 +++ gcc.css 4 Apr 2011 17:39:42 -0000 @@ -3,6 +3,8 @@ Gerald Pfeifer */ +body { background-color: white; color: black; } + a:link { color: #0066dd; text-decoration: none; } a:visited { color: #0000bb; text-decoration: none; } a:hover { color: orange; text-decoration: none; } Index: gnu.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gnu.css,v retrieving revision 1.8 diff -u -r1.8 gnu.css --- gnu.css 4 Apr 2011 15:45:51 -0000 1.8 +++ gnu.css 4 Apr 2011 17:39:42 -0000 @@ -17,12 +17,6 @@ */ -html, body { - background-color: #FFFFFF; - color: #000000; - font-family: sans-serif; -} - .center { text-align: center; } Index: libstdc++/lib3styles.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/lib3styles.css,v retrieving revision 1.1 diff -u -r1.1 lib3styles.css --- libstdc++/lib3styles.css 21 Apr 2000 20:33:30 -0000 1.1 +++ libstdc++/lib3styles.css 4 Apr 2011 17:39:42 -0000 @@ -2,5 +2,5 @@ .tocheader { font-size: large } .fineprint { font-size: x-small } .larger { font-size: large } -BODY { background: #FFFFFF } + PRE { text-align: left ; margin-left: 1em }