Get rid of the p:last-of-type rule. It's too unpredictable.
authorMike Taylor <mike@indexdata.com>
Mon, 11 Aug 2014 11:45:31 +0000 (12:45 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 11 Aug 2014 11:45:31 +0000 (12:45 +0100)
doc/mkws-doc.css

index 603999a..0eb4a34 100644 (file)
@@ -69,13 +69,3 @@ table tr:nth-child(odd) {
 table tr:nth-child(even) {
     background: #bfdcf8;
 }
-
-/*
- * Works with the HTML emitted by pandoc. It would better if pandoc
- * were to emit class names that we can use. But it doesn't.
- */  
-body > p:last-of-type {
-    font-size: small;
-    max-width: none;
-    text-align: right;
-}