aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-03 00:47:25 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-03 00:47:25 +0100
commit631558f7a3726f06fafe99f43b46abae0872cfa2 (patch)
treecf18d8b72513c88f121d27486377d35df7ae2728
parentMake logo visible on mobile (diff)
downloaddevmanual-631558f7.tar.gz
devmanual-631558f7.tar.bz2
devmanual-631558f7.zip
bin/gen-eclass-html.sh: Sync from devbook.xsl.
Apply the "logo on mobile" patch to the eclass manpages, too. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-xbin/gen-eclass-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index efa7f12..84a46fc 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -37,7 +37,7 @@ IFS='' read -r -d '' HEADER << 'EOF'
</ul>
</div>
</div></div>
-<div class="logo">
+<div>
<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>
</div>
</div></div></div>