From 7aede1b2a5241e241e40ebf4236c4ed93211955d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 11 Mar 2015 04:09:42 +0100 Subject: style: workaround table column width in docutils --- src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- cgit v1.2.3-54-g00ecf