summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-02-23 07:14:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-02-23 08:19:37 +1000
commit8a79d8a487b7f6b87cdf80275ac6bfc984ba1802 (patch)
tree8da578960d58d06b67dd309bb6b1fb372d2d016f /doc
parent5bb4a6e87f51af7a042f52e6f712cac0fb658381 (diff)
doc: allow custom styles to overide the bootstrap style
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/libinput.doxygen.in4
-rw-r--r--doc/style/header.html2
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in
index 5be5445..a358b98 100644
--- a/doc/libinput.doxygen.in
+++ b/doc/libinput.doxygen.in
@@ -25,5 +25,5 @@ DOTFILE_DIRS = @top_srcdir@/doc/dot
HTML_HEADER = @top_srcdir@/doc/style/header.html
HTML_FOOTER = @top_srcdir@/doc/style/footer.html
-HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/customdoxygen.css \
- @top_srcdir@/doc/style/bootstrap.css
+HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/bootstrap.css \
+ @top_srcdir@/doc/style/customdoxygen.css
diff --git a/doc/style/header.html b/doc/style/header.html
index ac3493c..89686d1 100644
--- a/doc/style/header.html
+++ b/doc/style/header.html
@@ -20,8 +20,6 @@
$mathjax
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet
-
- <link href="bootstrap.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="doxy-boot.js"></script>
</head>