From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118735 invoked by alias); 4 Sep 2016 20:58:41 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 118722 invoked by uid 89); 4 Sep 2016 20:58:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=fell, online, css, our 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 ESMTP; Sun, 04 Sep 2016 20:58:30 +0000 Received: from anthias (vie-188-118-240-138.dsl.sil.at [188.118.240.138]) (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 706FC3F4E6; Sun, 4 Sep 2016 16:58:26 -0400 (EDT) Date: Sun, 04 Sep 2016 20:58:00 -0000 From: Gerald Pfeifer To: Jon Grant cc: Georg-Johann Lay , Andrew Pinski , gcc@gcc.gnu.org Subject: Re: onlinedocs formated text too small to read In-Reply-To: <4E8E26C6.4020409@jguk.org> Message-ID: References: <4E17479F.1000906@gjlay.de> <4E35E334.1030804@jguk.org> <4E366697.6050003@gjlay.de> <4E8E26C6.4020409@jguk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00014.txt.bz2 On Thu, 6 Oct 2011, Jon Grant wrote: > Thank you. I filled a PR now: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642 Thanks you! And sorry that this somehow fell through the cracks. I have now adjusted our web site to use our global CSS for the online documentation (and we can hence easily tweak things going forward), cf. https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00171.html and https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00172.html . Gerald