From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80661 invoked by alias); 4 Apr 2016 10:19:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 80645 invoked by uid 89); 4 Apr 2016 10:19:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=BAYES_50,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=gray, cvs, UD:html,v, UD:css,v X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 04 Apr 2016 10:19:39 +0000 Received: from anthias (unknown [27.114.165.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 2059D3F426; Mon, 4 Apr 2016 06:19:34 -0400 (EDT) Date: Mon, 04 Apr 2016 10:19:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Jason Merrill Subject: [wwwdocs] [4/3] projects/cxx-status.html -- introduce global CSS for tables In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00149.txt.bz2 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 @@ C++ Standards Support in GCC -