Comments
Patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.6
@@ -12,6 +12,15 @@
dl.status dd { margin-left:3ex; }
+div.copyright {
+ font-size: 75%;
+ background: #f2f2f9;
+ border: 2px solid #3366cc;
+ border-style: solid;
+ border-width: thin;
+ padding: 4px;
+}
+
/* Classpath versus libgcj merge status page. */
.classpath-only { background-color: #FFFFAA; }
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gnu.css,v
retrieving revision 1.7
@@ -44,12 +44,3 @@
background-color: #f2f2f9;
font-size: smaller;
}
-
-div.copyright {
- font-size: 80%;
- border: 2px solid #3366cc;
- padding: 4px;
- background: #f2f2f9;
- border-style: solid;
- border-width: thin;
-}