From 1f66de8436f0c4f15bdb64a953bd10f00a7bca4a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Oct 2014 09:57:41 +0000 Subject: [PATCH] Fix MKWS-320. Add nice, muted styling to tables in generated documentation. --- doc/mkws-doc.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; } -- 1.7.10.4