projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6dc04
)
Fix MKWS-320.
author
Mike Taylor
<mike@indexdata.com>
Thu, 30 Oct 2014 09:57:41 +0000
(09:57 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/doc/mkws-doc.css
b/doc/mkws-doc.css
index
31cb2cf
..
00e961b
100644
(file)
--- 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; }