This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: gcc/wwwdocs/htdocs/style.mhtml


RMS noticed that the color scheme for GCC was different from the one of
the main GNU pages.

I cannot remember why we have this slight difference, which is easy to
miss when not looking at the pages closely, but this patch fixes this.

In some 18 hours both gcc.gnu.org and www.gnu.org will have been updated
automatically to use this "new" color scheme.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.16
diff -u -3 -p -r1.16 style.mhtml
--- style.mhtml	2001/12/05 18:03:26	1.16
+++ style.mhtml	2001/12/11 17:16:04
@@ -43,7 +43,7 @@

 <define-container BODY>
 <verbatim>
-<body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
+<body bgcolor="#FFFFFF" text="#000000" link="#1F00FF" alink="#FF0000" vlink="#9900DD">
 </verbatim>

 %body


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]