public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org, Jason Merrill <jason@redhat.com>
Subject: [wwwdocs] [3/3] projects/cxx-status.html -- introduce global CSS for tables
Date: Sat, 02 Apr 2016 13:46:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.20.1604021839000.9804@anthias.pfeifer.com> (raw)
In-Reply-To: <alpine.LSU.2.20.1604021441201.9804@anthias.pfeifer.com>

And with this, colors are back again, and we nearly are done.

Jason, I suggest to color the cells instead of just the font,
alas with a lighter color, and committed this per the patch
below.  

If you'd like to make this look exactly the same as it used to, 
we can of course.

Gerald


Move color styles for "supported" and "unsupported" to global
stylesheet.  Change from text colors to lighter background colors.

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.35
diff -u -r1.35 gcc.css
--- gcc.css	2 Apr 2016 10:39:24 -0000	1.35
+++ gcc.css	2 Apr 2016 13:40:40 -0000
@@ -67,6 +67,9 @@
 /* C++ status tables. */
 table.cxxstatus th, td { border: 1px solid gray; }
 table.cxxstatus td:nth-child(3) { text-align:center; }
+.supported   { background-color: lightgreen; }
+.unsupported { background-color: lightsalmon; }
 
 /* Classpath versus libgcj merge status page. */
 
Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.5
diff -u -r1.5 cxx-status.html
--- projects/cxx-status.html	2 Apr 2016 10:45:24 -0000	1.5
+++ projects/cxx-status.html	2 Apr 2016 13:40:41 -0000
@@ -4,8 +4,6 @@
     <style type="text/css">
       /* <![CDATA[*/
         tr.separator { background: #ffffcc}
-        .supported { color: green }
-        .unsupported { color: red }
       /* ]]> */
     </style>
 </head>

  parent reply	other threads:[~2016-04-02 13:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-02 10:20 [wwwdocs] [1/3] " Gerald Pfeifer
2016-04-02 13:40 ` [wwwdocs] [2/3] " Gerald Pfeifer
2016-04-02 13:46 ` Gerald Pfeifer [this message]
2016-04-04 10:19 ` [wwwdocs] [4/3] " Gerald Pfeifer
2016-04-05 13:14 ` [wwwdocs] [1/3] " Jason Merrill
2016-04-05 15:43   ` Gerald Pfeifer
2016-04-05 16:04 ` [wwwdocs] [5/3] " Gerald Pfeifer
2016-04-05 16:23 ` [wwwdocs] [1/3] " Gerald Pfeifer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LSU.2.20.1604021839000.9804@anthias.pfeifer.com \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).