public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org
Subject: [wwwdocs] obsolete gnu.css [2/4]: standardize style for <body>
Date: Mon, 04 Apr 2011 17:56:00 -0000	[thread overview]
Message-ID: <alpine.LNX.2.00.1104041952520.6055@gerinyyl> (raw)

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 <gerald@pfeifer.com>
  */
 
+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 }

                 reply	other threads:[~2011-04-04 17:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1104041952520.6055@gerinyyl \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).