Left margin for <p>, <ul>, <pre> is proportional, not absolute.
authorMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 14:16:20 +0000 (15:16 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 14:16:20 +0000 (15:16 +0100)
tools/htdocs/mkws-doc.css

index 4b6bc01..816c510 100644 (file)
@@ -14,7 +14,7 @@ h1 {
 }
 
 p, ul, pre {
-    margin-left: 10em;
+    margin-left: 10%;
 }
 
 p, ul {