aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/conf.py')
-rw-r--r--doc/guides/conf.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 39880752..31f914a8 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -340,7 +340,12 @@ def print_table_css(outfile, table_id):
font-size: 80%;
white-space: pre-wrap;
vertical-align: top;
- padding: 2px;
+ padding: 0.5em 0;
+ min-width: 0.9em;
+ width: 2em;
+ }
+ table#idx col:first-child {
+ width: 0;
}
table#idx th:first-child {
vertical-align: bottom;