Restore the styles for the chapter link headers/footers.
authorCameron McCormack <cam@mcc.id.au>
Wed, 09 May 2012 19:42:24 +0200
changeset 56 7fe673d7c46e
parent 55 f76aa3405d52
child 57 6c0b37390603
Restore the styles for the chapter link headers/footers.
master/style/default_svg.css
--- 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:
  */