From patchwork Tue Sep 4 21:44:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 966099 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-485119-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="Lru5c7C3"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 424gNX6Jdxz9s47 for ; Wed, 5 Sep 2018 07:44:59 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=bNsGcrdALDIX81J/e5/MQ+aBrkkWBKu0/gIlpB6cZWVEqnn62KKLn 83E6lNZy0QDL0sAHKhnUT6SwDAkaM/Vxrr7MF953n/cMFelZdaqz9sofZBLWiV+c wksw1QLZSLY4nMwn/s6vHQ3Ra8vzUNJrA9RkZeDjxc9qPiASFI8xVY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=ds9QKOemJa6YMSV7XzFXQ7fLv00=; b=Lru5c7C3YUSuRDsoCiql CzWQEBWnWyzq0Ven3fX1VOGJzD5JKItoZV2NFb5Dk8YxHVal5gB0osY8DASfRPLh I+gWVokn6ajrH1SDXWduXjGcSCnAx3IGLxaXfZCsaeTGq+TTLQ1sQgRgKTZL23Zq VCN8ZXPRs1JvdFrz8h8Bs8A= Received: (qmail 111567 invoked by alias); 4 Sep 2018 21:44:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 111554 invoked by uid 89); 4 Sep 2018 21:44:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=helping, CSS, navigation, nomargintop 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; Tue, 04 Sep 2018 21:44:50 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 31AF8B53EC9 for ; Tue, 4 Sep 2018 17:44:48 -0400 (EDT) Received: from anthias.microfocus.com (nat.nue.novell.com [195.135.221.2]) (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 CF2EBB53EC7 for ; Tue, 4 Sep 2018 17:44:47 -0400 (EDT) Date: Tue, 4 Sep 2018 23:44:46 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Fix main page Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Something must have gone awry with our main page during the last stages of the HTML 5 conversion. I noticed this yesterday and fixed it on the spot with the patch below. More CSS, though not exactly beautiful. As a next step, I'll see to reduce the use of tables for our main page; it should not be necessary any longer with modern HTML and CSS. Anyone who wants to lend a helping hand is definitely welcome! Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.62 retrieving revision 1.64 diff -u -r1.62 -r1.64 --- gcc.css 3 Sep 2018 18:55:18 -0000 1.62 +++ gcc.css 3 Sep 2018 19:43:07 -0000 1.64 @@ -21,6 +21,7 @@ .top { vertical-align:top; } .width33 { width:33%; } +.border0 { border-width:0; } .no-margin-top { margin-top:0; } .twocolumns { column-count:2; } @@ -43,10 +44,13 @@ table.nav { padding-left: 32px; - border-width: 0; border-spacing: 0pt; } +table.nav td { + border-width: 0; +} + table.navitem { width: 100%; border-spacing: 0pt; Index: style.mhtml =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v retrieving revision 1.148 retrieving revision 1.151 diff -u -r1.148 -r1.151 --- style.mhtml 1 Sep 2018 23:39:53 -0000 1.148 +++ style.mhtml 3 Sep 2018 19:34:55 -0000 1.151 @@ -70,10 +70,10 @@ + -
+ > > @@ -83,7 +83,7 @@ - +