Fix MKWS-320.
authorMike Taylor <mike@indexdata.com>
Thu, 30 Oct 2014 09:57:41 +0000 (09:57 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 30 Oct 2014 09:57:41 +0000 (09:57 +0000)
Add nice, muted styling to tables in generated documentation.

doc/mkws-doc.css

index 31cb2cf..00e961b 100644 (file)
@@ -26,3 +26,9 @@ body > p:last-of-type {
     text-align: right;
     font-size: small;
 }
+
+table { background: #ddd; border-collapse: collapse; }
+tr.header { color: #fff; background: #888; }
+table, th, td { border: 1px solid #ccc; }
+td { vertical-align: top; }
+td, th { padding: 0.3em 0.6em; }