public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] obsolete gnu.css [2/4]: standardize style for <body>
@ 2011-04-04 17:56 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2011-04-04 17:56 UTC (permalink / raw)
  To: gcc-patches

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 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-04 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 17:56 [wwwdocs] obsolete gnu.css [2/4]: standardize style for <body> Gerald Pfeifer

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).