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.css update


I just applied the following update (diff -w version) as provided
by Michael.

Gerald

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.1
diff -w -u -3 -p -r1.1 gcc.css
--- gcc.css	13 Feb 2004 09:25:57 -0000	1.1
+++ gcc.css	17 Feb 2004 23:23:56 -0000
@@ -13,5 +13,5 @@
 .GCJ-specific    { background-color: #CCCCFF; }
 .needsmerge      { background-color: #FF9090; }
 .merged          { background-color: #22FF22; }
-.merged-but-diff { background-color: #FF4444; }
-.diff-but-diff   { background-color: #FF4444; }
+.merged-expected-diff   { background-color: #22FF22; }
+.merged-unexpected-diff { background-color: #FF4444; }


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