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

Gerald Pfeifer gerald@pfeifer.com
Mon Apr 4 10:19:00 GMT 2016


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>



More information about the Gcc-patches mailing list