Add max-width for <p> and <ul> (avoid long lines)
authorMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 13:53:46 +0000 (14:53 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 13:53:46 +0000 (14:53 +0100)
tools/htdocs/mkws-doc.css

index 6433806..5d28acb 100644 (file)
@@ -17,6 +17,10 @@ p, ul, pre {
     margin-left: 10em;
 }
 
+p, ul {
+    max-width: 40em;
+}
+
 /*
  * 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.