From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 831C71382C5 for ; Thu, 25 Feb 2021 23:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43EDE097E; Thu, 25 Feb 2021 23:49:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B55FCE097E for ; Thu, 25 Feb 2021 23:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7CD0340FCA for ; Thu, 25 Feb 2021 23:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825F0478 for ; Thu, 25 Feb 2021 23:49:37 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1614296947.7270decd622d47c494116a9c7ccbbae7fabc70fd.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devmanual.css X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7270decd622d47c494116a9c7ccbbae7fabc70fd X-VCS-Branch: master Date: Thu, 25 Feb 2021 23:49:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd744099-15d6-4b52-afbb-4568b7e3923b X-Archives-Hash: 41aae3563872870c1637b95f31701e24 commit: 7270decd622d47c494116a9c7ccbbae7fabc70fd Author: Ulrich Müller gentoo org> AuthorDate: Thu Feb 25 23:49:07 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Feb 25 23:49:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7270decd devmanual.css: Use margin instead of padding for permalink Signed-off-by: Ulrich Müller gentoo.org> devmanual.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devmanual.css b/devmanual.css index bba2a31..83f6b14 100644 --- a/devmanual.css +++ b/devmanual.css @@ -34,7 +34,7 @@ pre span.Comment { color: red; } pre span.Statement { color: darkred; } a.permalink { - padding: 0 0.3em; + margin: 0em 0.3em; font-size: 90%; text-decoration: none; visibility: hidden;