Add background-colour for <pre>
[mkws-moved-to-github.git] / tools / htdocs / mkws-doc.css
index 6433806..4b6bc01 100644 (file)
@@ -3,13 +3,13 @@ body {
 }
 
 h1, h2, h3 {
-    color: #666;
+    color: #68a;
     font-weight: bold;
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
 h1 {
-    background: #eee;
+    background: #e0e8f8;
     padding: 0.2em;
 }
 
@@ -17,6 +17,14 @@ p, ul, pre {
     margin-left: 10em;
 }
 
+p, ul {
+    max-width: 40em;
+}
+
+pre {
+    background: #eee;
+}
+
 /*
  * 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.