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 <ger...@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 }