Some white space style adjustments.
--- 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:
*/