mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 13:48:22 +02:00
doc: allow custom styles to overide the bootstrap style
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5bb4a6e87f
commit
8a79d8a487
2 changed files with 2 additions and 4 deletions
|
|
@ -25,5 +25,5 @@ DOTFILE_DIRS = @top_srcdir@/doc/dot
|
||||||
|
|
||||||
HTML_HEADER = @top_srcdir@/doc/style/header.html
|
HTML_HEADER = @top_srcdir@/doc/style/header.html
|
||||||
HTML_FOOTER = @top_srcdir@/doc/style/footer.html
|
HTML_FOOTER = @top_srcdir@/doc/style/footer.html
|
||||||
HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/customdoxygen.css \
|
HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/bootstrap.css \
|
||||||
@top_srcdir@/doc/style/bootstrap.css
|
@top_srcdir@/doc/style/customdoxygen.css
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@
|
||||||
$mathjax
|
$mathjax
|
||||||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
$extrastylesheet
|
$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 src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
<script type="text/javascript" src="doxy-boot.js"></script>
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue