From patchwork Tue Apr 5 13:58:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 89869 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 A230DB6F9A for ; Tue, 5 Apr 2011 23:59:05 +1000 (EST) Received: (qmail 7566 invoked by alias); 5 Apr 2011 13:59:03 -0000 Received: (qmail 7556 invoked by uid 22791); 5 Apr 2011 13:59:01 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay01.pair.com (HELO relay01.pair.com) (209.68.5.15) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 05 Apr 2011 13:58:28 +0000 Received: (qmail 60063 invoked from network); 5 Apr 2011 13:58:27 -0000 Received: from 195.135.221.2 (HELO d95.suse.de) (195.135.221.2) by relay01.pair.com with SMTP; 5 Apr 2011 13:58:27 -0000 X-pair-Authenticated: 195.135.221.2 Date: Tue, 5 Apr 2011 15:58:30 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Move formatting for

to CSS (and add some color) 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 Isn't CSS nice? So much easier than doing things the classic way, even when the latter used macros. :-) Applied, and gcc.gnu.org regenerated. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.9 diff -u -r1.9 gcc.css --- gcc.css 4 Apr 2011 23:27:39 -0000 1.9 +++ gcc.css 5 Apr 2011 13:53:24 -0000 @@ -9,6 +9,8 @@ a:visited { color: #0000bb; text-decoration: none; } a:hover { color: orange; text-decoration: none; } +h1 { color: #FF8C00; text-align:center;" } + dl.news dt { font-weight:bold; } dl.news dd { margin-left:3ex; } Index: style.mhtml =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v retrieving revision 1.111 diff -u -r1.111 style.mhtml --- style.mhtml 4 Apr 2011 23:58:25 -0000 1.111 +++ style.mhtml 5 Apr 2011 13:53:24 -0000 @@ -91,14 +91,6 @@ - GNU Project - Free Software Foundation (FSF) -;;; Redefine the

tag to add our own style. - - -

-%body -

-
- ;;; Redefine the tag introducing our own color scheme and adding an ;;; "about" link and a "last modified" at the bottom.