From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115557 invoked by alias); 28 Jan 2016 13:25:03 -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 115544 invoked by uid 89); 28 Jan 2016 13:25:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=497, 1.25, 49,7, fontweight X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 28 Jan 2016 13:25:01 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 9346F8F4E1; Thu, 28 Jan 2016 13:25:00 +0000 (UTC) Received: from tucnak.zalov.cz ([10.3.113.11]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0SDOwGf017797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 28 Jan 2016 08:24:59 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id u0SDOtok018059; Thu, 28 Jan 2016 14:24:56 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id u0SDOrIE015956; Thu, 28 Jan 2016 14:24:53 +0100 Date: Thu, 28 Jan 2016 13:25:00 -0000 From: Jakub Jelinek To: Markus Trippelsdorf Cc: Gerald Pfeifer , Manuel =?iso-8859-1?B?TPNwZXotSWLh8WV6?= , Mike Stump , David Malcolm , gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] gcc-6/changes.html: diagnostics, Levenshtein, -Wmisleading-indentation, jit (v2) Message-ID: <20160128132453.GZ3017@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <569E88EB.8070609@gmail.com> <7A6F76E4-3AF0-4208-B8B7-CD7A787CF2B9@comcast.net> <20160119195600.GQ3017@tucnak.redhat.com> <20160119225747.GS3017@tucnak.redhat.com> <20160119234008.GT3017@tucnak.redhat.com> <20160128131909.GA322@x4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160128131909.GA322@x4> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg02210.txt.bz2 On Thu, Jan 28, 2016 at 02:19:09PM +0100, Markus Trippelsdorf wrote: > > Move the boldred class from gcc-6/changes.html to gcc.css. > > Introduce boldcyan and boldmagenta classes and use them in > > gcc-6/changes.html. > > > > Index: gcc.css > > =================================================================== > > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v > > retrieving revision 1.25 > > diff -u -r1.25 gcc.css > > --- gcc.css 12 Sep 2011 09:42:59 -0000 1.25 > > +++ gcc.css 20 Jan 2016 17:26:10 -0000 > > @@ -49,7 +49,11 @@ > > border-width: thin; > > padding: 4px; > > } > > - > > + > > +.boldcyan { font-weight:bold; color:cyan; } > > This color is unreadable on white background. See the notes for > -Wmisleading-indentation on http://gcc.gnu.org/gcc-6/changes.html It is not so unreadable, and +/- matches the actual color used by gcc, doesn't it? > Also the gcc homepage looks weird. The news column is much too wide and > the "Release Series and Status" to small. Yeah, the home page needs changes, not sure if we want a separate *.css file for it because it has lots of different inline styles and tweaks that need replacement in *.css with the strict setting. Jakub