From patchwork Sun Feb 26 13:38:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 732529 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3vWQt6422Wz9s8D for ; Mon, 27 Feb 2017 00:39:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="vWxrVgek"; dkim-atps=neutral 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=ru4vW5KyEobrQQRDtJo7kffCzxoTuEU1OSEQewORMZgdhhTu2fPOf pkiBN8YhuM+2M4pG733z/yF/mDEOyJUQFISTgJy4+yx/IAAzjYH3Gg3l6+N8uLCg pk6D5rmUALrIcCaF2yGO30pPErVdKrFPN2my4JDymvlN1si5ZBV2Jo= 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=8zLltkyS/ytBoYyTZmzWCCPnADA=; b=vWxrVgekCjq/cTTVBJXQ v/Wu2TBI4FektrlJfWNoGScKbHAqQz9XfLmjv1fJJTWb39su2Ecca/Cy3d56S4oX Fv2KSkvxsIU5dTVWTSU04wbfKB5L6UYYk8QN+7bsctlWui8Pk8eiefbFKqhi3wx3 KjGPQZEoBB8Mz3/cV+krI1w= Received: (qmail 15530 invoked by alias); 26 Feb 2017 13:38:59 -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 15491 invoked by uid 89); 26 Feb 2017 13:38:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=BAYES_05, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=10px, H*Ad:U*gary, 20px, HTo:U*gary 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, 26 Feb 2017 13:38:56 +0000 Received: from anthias (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (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 9E4153F531; Sun, 26 Feb 2017 08:38:54 -0500 (EST) Date: Sun, 26 Feb 2017 14:38:52 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Gary Funck Subject: [wwwdocs] remove last style= attribute (in projects/gupc.html) Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Per my mail yesterday, projects/gupc.html had the last style= attribute used in all of wwwdocs. This patch, which I just applied, addresses this. Also, by increasing the second value of the margin settings, this now looks a lot nicer visually. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.48 diff -u -r1.48 gcc.css --- gcc.css 25 Feb 2017 11:46:22 -0000 1.48 +++ gcc.css 26 Feb 2017 13:30:12 -0000 @@ -17,6 +17,7 @@ .no-margin-top { margin-top:0; } .twocolumns { column-counts:2; -moz-column-count:2; } +.imgleft { margin: 5px 20px; float: left; } td.news { width: 50%; padding-right: 8px; } td.news h2 { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; } Index: projects/gupc.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gupc.html,v retrieving revision 1.12 diff -u -r1.12 gupc.html --- projects/gupc.html 10 Feb 2017 22:13:41 -0000 1.12 +++ projects/gupc.html 26 Feb 2017 13:30:12 -0000 @@ -7,8 +7,8 @@

GNU Unified Parallel C (GUPC)

-GUPC Logo +GUPC Logo

The GNU UPC project implements a compilation and execution environment for programs written in the @@ -19,7 +19,7 @@ implementation of the GNU Objective C compiler.

-

Project Goal

+

Project Goal

To encourage the use and adoption of UPC, GUPC provides a free, generally available implementation of the UPC language dialect.