guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]