summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-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;