aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/css
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-09-10 16:56:07 +0200
committerJakob Unterwurzacher2017-09-10 17:00:59 +0200
commitd8ed4f944642b0f812447c0da5fd23eec3184a61 (patch)
tree09538d536289ffb82cbf650708020ced10180084 /xreadthedocs/css
parenta6333c186988b491281b4606716f7e2da50c56c5 (diff)
Convert comparison table to html
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r--xreadthedocs/css/theme_extra.css8
1 files changed, 6 insertions, 2 deletions
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