aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-22 19:06:39 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-22 19:06:39 +0100
commit24bc25cc1e80f77924fabf5bbe7e4afeb1980716 (patch)
tree2fc93078970d605ec69985eed254c6217f5b2239 /bin
parentdevbook.xsl: Remove tcolumn element. (diff)
downloaddevmanual-24bc25cc1e80f77924fabf5bbe7e4afeb1980716.tar.gz
devmanual-24bc25cc1e80f77924fabf5bbe7e4afeb1980716.tar.bz2
devmanual-24bc25cc1e80f77924fabf5bbe7e4afeb1980716.zip
devbook.xsl: Load devmanual.css stylesheet last.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-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 6ecfe9c..40f8490 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -11,11 +11,11 @@ IFS='' read -r -d '' HEADER << 'EOF'
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>@TITLE@ - Gentoo Development Guide</title>
- <link rel="stylesheet" href="../../devmanual.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Gentoo Devmanual is a technical manual which covers topics such as writing ebuilds and eclasses, and policies that developers should be abiding by.">
<link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen">
+ <link rel="stylesheet" href="../../devmanual.css" type="text/css">
<link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon">
</head>
<body>