From patchwork Mon Apr 4 09:05:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 89599 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 9D140B6FAE for ; Mon, 4 Apr 2011 19:06:05 +1000 (EST) Received: (qmail 24663 invoked by alias); 4 Apr 2011 09:06:02 -0000 Received: (qmail 24646 invoked by uid 22791); 4 Apr 2011 09:06:01 -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 relay03.pair.com (HELO relay03.pair.com) (209.68.5.17) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 04 Apr 2011 09:05:56 +0000 Received: (qmail 77953 invoked from network); 4 Apr 2011 09:05:55 -0000 Received: from 188.118.249.195 (HELO ?192.168.0.130?) (188.118.249.195) by relay03.pair.com with SMTP; 4 Apr 2011 09:05:55 -0000 X-pair-Authenticated: 188.118.249.195 Date: Mon, 4 Apr 2011 11:05:57 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Remove unused styles from gnu.css 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 On Sun, 3 Apr 2011, Gerald Pfeifer wrote: > And this is just more of the same which I missed in my first > round. Three's the charm. Also installed. Gerald Index: gnu.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gnu.css,v retrieving revision 1.6 diff -u -r1.6 gnu.css --- gnu.css 3 Apr 2011 21:45:30 -0000 1.6 +++ gnu.css 4 Apr 2011 08:56:09 -0000 @@ -27,14 +27,6 @@ text-align: center; } -.italic { - font-style: italic; - } - -.bold { - font-weight: bold; - } - .td_title { border-color: #3366cc; border-style: solid; @@ -44,9 +36,6 @@ font-weight: bold; } -/* gcc.gnu.org-local change: sync background-color with the copyright box - * instead of #fefefe which is basically white. - */ .td_con { padding-top: 3px; padding-left: 8px; @@ -56,18 +45,6 @@ font-size: smaller; } -img { - border: none 0; -} - -td.side { - color: #3366cc; - border-color: white; - border-style: none; - vertical-align: top; - width: 150px; -} - div.copyright { font-size: 80%; border: 2px solid #3366cc;