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]

[wwwdocs] [4/3] projects/cxx-status.html -- introduce global CSS for tables


And this is the last part, adding coloring for some table headings.

Jason, I did convert to a color in line of what we have on our
home page (in the navigation bar).  If you want, we can easily
revert to the previous state of affairs, though.

Gerald


Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.36
diff -u -r1.36 gcc.css
--- gcc.css	2 Apr 2016 13:44:28 -0000	1.36
+++ gcc.css	4 Apr 2016 04:46:04 -0000
@@ -67,6 +67,8 @@
 /* C++ status tables. */
 table.cxxstatus th, td { border: 1px solid gray; }
 table.cxxstatus td:nth-child(3) { text-align:center; }
+table.cxxstatus tr.separator { background: #f2f2f9; }
+
 .supported   { background-color: lightgreen; }
 .unsupported { background-color: lightsalmon; }
 
Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.6
diff -u -r1.6 cxx-status.html
--- projects/cxx-status.html	2 Apr 2016 13:44:28 -0000	1.6
+++ projects/cxx-status.html	4 Apr 2016 04:46:04 -0000
@@ -1,11 +1,6 @@
 <html>
 <head>
   <title>C++ Standards Support in GCC</title>
-    <style type="text/css">
-      /* <![CDATA[*/
-        tr.separator { background: #ffffcc}
-      /* ]]> */
-    </style>
 </head>
 
 <body>


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