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: bin/
Date: Mon, 03 Feb 2020 00:05:51
Message-Id: 1580687245.631558f7a3726f06fafe99f43b46abae0872cfa2.ulm@gentoo
1 commit: 631558f7a3726f06fafe99f43b46abae0872cfa2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 23:47:25 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 23:47:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=631558f7
7
8 bin/gen-eclass-html.sh: Sync from devbook.xsl.
9
10 Apply the "logo on mobile" patch to the eclass manpages, too.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 bin/gen-eclass-html.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
18 index efa7f12..84a46fc 100755
19 --- a/bin/gen-eclass-html.sh
20 +++ b/bin/gen-eclass-html.sh
21 @@ -37,7 +37,7 @@ IFS='' read -r -d '' HEADER << 'EOF'
22 </ul>
23 </div>
24 </div></div>
25 -<div class="logo">
26 +<div>
27 <a href="/" title="Back to the homepage" class="site-logo"><object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml"><img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo"></object></a><span class="site-label">Development Guide</span>
28 </div>
29 </div></div></div>