about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-16T13·37+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-16T13·37+0200
commitf77d83c26b60e5e53225eefcbfa5366c3ece5a85 (patch)
tree82692b767cbff46cdef66137babb0da609925afe /doc
parent3c8522cc2271c70a870a9eb69fde142c8cd560c6 (diff)
Style tweak
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/local.mk3
-rw-r--r--doc/manual/style.css5
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index 7a2c36ccebc7..0a5353acd354 100644
--- a/doc/manual/local.mk
+++ b/doc/manual/local.mk
@@ -6,7 +6,8 @@ XSLTPROC = $(xsltproc) --nonet $(xmlflags) \
   --param toc.section.depth 3 \
   --param admon.style \'\' \
   --param callout.graphics.extension \'.gif\' \
-  --param contrib.inline.enabled 0
+  --param contrib.inline.enabled 0 \
+  --stringparam generate.toc "book toc"
 
 MANUAL_SRCS := $(call rwildcard, $(d), *.xml)
 
diff --git a/doc/manual/style.css b/doc/manual/style.css
index ac76a64bbb21..f805aeab076c 100644
--- a/doc/manual/style.css
+++ b/doc/manual/style.css
@@ -28,6 +28,11 @@ h2 /* chapters, appendices, subtitle */
     font-size: 180%;
 }
 
+div.part
+{
+    margin-top: 2em;
+}
+
 /* Extra space between chapters, appendices. */
 div.chapter > div.titlepage h2, div.appendix > div.titlepage h2 
 {