summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:09:42 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-11 04:09:42 +0100
commit7aede1b2a5241e241e40ebf4236c4ed93211955d (patch)
treea34443b1bb94b501fdbd0bef89038307a75fe30b
parenta699e2e08164f615bbdae2a11d08099efea5a59d (diff)
downloadwebsite-7aede1b2a5241e241e40ebf4236c4ed93211955d.tar.xz
style: workaround table column width in docutils
-rw-r--r--src/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 706e632..63e7d7b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -119,6 +119,12 @@ table {
border: 2px solid gray;
border-collapse: collapse;
}
+
+/* Work around for docutils adding colgroups */
+table col {
+ width: auto;
+}
+
th, td {
width: 16%;
font-size: 14px;