summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/ebook.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less
index cfbbfe5..b7d6a60 100755
--- a/theme/stylesheets/ebook.less
+++ b/theme/stylesheets/ebook.less
@@ -57,7 +57,7 @@ body {
// First page: table of contents
&.page-toc {
- h1 {
+ > h1 {
text-align: center;
}
@@ -97,6 +97,10 @@ body {
// Glossary page
&.page-glossary {
+ > h1 {
+ text-align: center;
+ }
+
.glossary {
margin-bottom: 40px;