Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: /
Date: Thu, 25 Feb 2021 23:49:40
Message-Id: 1614296947.7270decd622d47c494116a9c7ccbbae7fabc70fd.ulm@gentoo
1 commit: 7270decd622d47c494116a9c7ccbbae7fabc70fd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 23:49:07 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 23:49:07 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7270decd
7
8 devmanual.css: Use margin instead of padding for permalink
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 devmanual.css | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/devmanual.css b/devmanual.css
16 index bba2a31..83f6b14 100644
17 --- a/devmanual.css
18 +++ b/devmanual.css
19 @@ -34,7 +34,7 @@ pre span.Comment { color: red; }
20 pre span.Statement { color: darkred; }
21
22 a.permalink {
23 - padding: 0 0.3em;
24 + margin: 0em 0.3em;
25 font-size: 90%;
26 text-decoration: none;
27 visibility: hidden;