Some white space style adjustments.
authorCameron McCormack <cam@mcc.id.au>
Wed, 09 May 2012 21:05:03 +0200
changeset 58 f24cf746eae1
parent 57 6c0b37390603
child 59 fd502e2d6c52
Some white space style adjustments.
master/style/default_svg.css
--- a/master/style/default_svg.css	Wed May 09 20:47:16 2012 +0200
+++ b/master/style/default_svg.css	Wed May 09 21:05:03 2012 +0200
@@ -219,11 +219,15 @@
 .header .namedate { display: block; float: left }
 
 /* The "Contents" header before a chapter's toc. */
-h2.contents { font-size: inherit; color: black; font-weight: bold; margin-bottom: 1em }
+h2.contents { font-size: inherit; color: black; font-weight: bold; margin: 2em 0 1em 0 }
 
 /* In appendix tocs, don't have a gap where section numbers would go. */
 ul.appendix-toc, ul.appendix-toc ul { margin-left: 0 }
 
+/* Put more space around the chapter dividers than there is around section
+   headings. */
+.chapter-divider { margin: 4em 0 }
+
 /*
  * Temporary styles for use only while the spec is in development:
  */