Restore the styles for the chapter link headers/footers.
--- a/master/style/default_svg.css Wed May 09 19:34:02 2012 +0200
+++ b/master/style/default_svg.css Wed May 09 19:42:24 2012 +0200
@@ -204,11 +204,20 @@
margin-top: 2px;
}
+/* Display the list of old editors in the Acknowledgements section similarly
+ to how the current editors appear at the top of the document. */
ul.old-editor-list { list-style-type: none !important }
.authornote { font-size: 80% }
+/* Override default.css to not capitalize chapters */
ul.toc { text-transform: none }
+/* The header/footer with links to next/previous chapter, etc. */
+.header { background: #eee; padding: 0.5em; font-size: 85%; text-align: right }
+.header.top { border-top: 1px solid #ccc; margin-bottom: 2em }
+.header.bottom { border-bottom: 1px solid #ccc; margin-top: 2em }
+.header .namedate { display: block; float: left }
+
/*
* Temporary styles for use only while the spec is in development:
*/