From d8ed4f944642b0f812447c0da5fd23eec3184a61 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 Sep 2017 16:56:07 +0200 Subject: Convert comparison table to html --- xreadthedocs/css/theme_extra.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'xreadthedocs/css') diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index 7b5701f..3631418 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -225,9 +225,13 @@ thead { vertical-align: top !important; } - div.wy-nav-content { /* The tables on the comparison page have gotten too big for the default of 800px */ - max-width: 900px; + max-width: 1000px; } + +html, body { + /* make sure long tables are not cut off */ + overflow-x: auto !important; +} \ No newline at end of file -- cgit v1.2.3