forked from lix-project/lix
Style tweak
This commit is contained in:
parent
3c8522cc22
commit
f77d83c26b
|
@ -6,7 +6,8 @@ XSLTPROC = $(xsltproc) --nonet $(xmlflags) \
|
||||||
--param toc.section.depth 3 \
|
--param toc.section.depth 3 \
|
||||||
--param admon.style \'\' \
|
--param admon.style \'\' \
|
||||||
--param callout.graphics.extension \'.gif\' \
|
--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)
|
MANUAL_SRCS := $(call rwildcard, $(d), *.xml)
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,11 @@ h2 /* chapters, appendices, subtitle */
|
||||||
font-size: 180%;
|
font-size: 180%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.part
|
||||||
|
{
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Extra space between chapters, appendices. */
|
/* Extra space between chapters, appendices. */
|
||||||
div.chapter > div.titlepage h2, div.appendix > div.titlepage h2
|
div.chapter > div.titlepage h2, div.appendix > div.titlepage h2
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue