From: Mike Taylor Date: Thu, 30 Oct 2014 09:57:41 +0000 (+0000) Subject: Fix MKWS-320. X-Git-Tag: 1.0.0~75^2~3 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=1f66de8436f0c4f15bdb64a953bd10f00a7bca4a;p=mkws-moved-to-github.git Fix MKWS-320. Add nice, muted styling to tables in generated documentation. --- diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 31cb2cf..00e961b 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -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; }