[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
194/376: Style tweak
From: |
Ludovic Courtès |
Subject: |
194/376: Style tweak |
Date: |
Wed, 28 Jan 2015 22:04:58 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit f77d83c26b60e5e53225eefcbfa5366c3ece5a85
Author: Eelco Dolstra <address@hidden>
Date: Tue Sep 16 15:37:38 2014 +0200
Style tweak
---
doc/manual/local.mk | 3 ++-
doc/manual/style.css | 5 +++++
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index 7a2c36c..0a5353a 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 ac76a64..f805aea 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
{
- 180/376: Don't rely on process substitution, (continued)
- 180/376: Don't rely on process substitution, Ludovic Courtès, 2015/01/28
- 177/376: Improved support for building JARs, Ludovic Courtès, 2015/01/28
- 187/376: Drop reference to FreeBSD, Ludovic Courtès, 2015/01/28
- 189/376: Tweak some chapter titles, Ludovic Courtès, 2015/01/28
- 175/376: Hack to prevent Makefile.config from being regenerated by "make clean", Ludovic Courtès, 2015/01/28
- 186/376: Remove pointless "license" section, Ludovic Courtès, 2015/01/28
- 190/376: Undocument NIX_OTHER_STORES, Ludovic Courtès, 2015/01/28
- 184/376: Nicer file names for the release notes, Ludovic Courtès, 2015/01/28
- 198/376: Derive Emacs nix-mode from prog-mode., Ludovic Courtès, 2015/01/28
- 179/376: Fix JAR installation, Ludovic Courtès, 2015/01/28
- 194/376: Style tweak,
Ludovic Courtès <=
- 192/376: Fix references to version.txt, Ludovic Courtès, 2015/01/28
- 188/376: Drop "service deployment" bla bla, Ludovic Courtès, 2015/01/28
- 185/376: Release notes: Use a section per version, Ludovic Courtès, 2015/01/28
- 191/376: Drop separate release notes, Ludovic Courtès, 2015/01/28
- 199/376: Settings: Add bool get(), Ludovic Courtès, 2015/01/28
- 193/376: Fix parallel make of manpages, Ludovic Courtès, 2015/01/28
- 195/376: Make troubleshooting an appendix, Ludovic Courtès, 2015/01/28
- 197/376: Remove unhelpful suggestion, Ludovic Courtès, 2015/01/28
- 196/376: Delete bugs.xml, Ludovic Courtès, 2015/01/28
- 183/376: Manual build fixes, Ludovic Courtès, 2015/01/28