diff options
Diffstat (limited to 'xreadthedocs/css/theme_extra.css')
-rw-r--r-- | xreadthedocs/css/theme_extra.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index a516b09..7b5701f 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -223,4 +223,11 @@ p { thead { white-space: normal !important; vertical-align: top !important; -}
\ No newline at end of file +} + + +div.wy-nav-content { + /* The tables on the comparison page have gotten too big for the + default of 800px */ + max-width: 900px; +} |