From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 3C2413857365 for ; Fri, 24 Feb 2023 00:26:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3C2413857365 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 5102B33E81; Thu, 23 Feb 2023 19:26:33 -0500 (EST) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C487733E7D; Thu, 23 Feb 2023 19:26:32 -0500 (EST) Date: Fri, 24 Feb 2023 01:26:31 +0100 (CET) From: Gerald Pfeifer To: =?ISO-8859-2?Q?Arsen_Arsenovi=E6?= cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Add revised Texinfo manual CSS In-Reply-To: <20230127003224.717347-1-arsen@aarsen.me> Message-ID: <6d4645d9-a354-cc73-4bc0-7ab89ef3debb@pfeifer.com> References: <20230127003224.717347-1-arsen@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323328-140362899-1677198290=:19920" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-140362899-1677198290=:19920 Content-Type: text/plain; CHARSET=ISO-8859-2 Content-Transfer-Encoding: 8BIT On Fri, 27 Jan 2023, Arsen Arsenoviæ via Gcc-patches wrote: > htdocs/texinfo-manuals.css | 129 +++++++++++++++++++++++++++++++++++++ Thank you - I pushed this. +/* Texinfo documentation stylesheet. + Inspired by the Gnulib manual, 2023-01-26. + + Arsen Arsenoviæ Can we rephrase this a bit? Something like "Contributed by" maybe, or omitting the name (as we usually do - since I made sure it's in Git)? Gerald --8323328-140362899-1677198290=:19920--