git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added ToC link to bottom nav bar and chapter title
[exim-website.git]
/
templates
/
web
/
doc
/
chapter.css
diff --git
a/templates/web/doc/chapter.css
b/templates/web/doc/chapter.css
index 3eab804dda503772542bb668e13f1c336c9a0ff5..9f9b22e7ac79d15935b8f5aea63d9eab43c1d521 100644
(file)
--- a/
templates/web/doc/chapter.css
+++ b/
templates/web/doc/chapter.css
@@
-33,7
+33,7
@@
body.no-js #old_version_warning span.closebar {
display: none;
}
display: none;
}
-.previous_page, .next_page {
+.previous_page, .next_page
, .toc_page
{
font-size: 1.2em;
}
font-size: 1.2em;
}
@@
-47,6
+47,13
@@
body.no-js #old_version_warning span.closebar {
clear: right;
}
clear: right;
}
+.toc_page {
+ position: absolute;
+ right: 13em;
+ left: 13em;
+ text-align: center;
+}
+
#chapter {
line-height: 1.5;
}
#chapter {
line-height: 1.5;
}