Style tweak

This commit is contained in:
Eelco Dolstra 2014-09-16 15:37:38 +02:00
parent 3c8522cc22
commit f77d83c26b
2 changed files with 7 additions and 1 deletions

View file

@ -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)

View file

@ -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
{