From 1016b7afcf78b81d84a346b7cf2e9bf9d4bcee0d Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Wed, 1 Feb 2012 23:53:00 +0000 Subject: made large tables scrollable (fixes #40) --- css/content.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/content.css b/css/content.css index 432630b3a..18fda7ea8 100755 --- a/css/content.css +++ b/css/content.css @@ -57,6 +57,15 @@ /*____________ tables ____________*/ +.dokuwiki div.table { + width: 100%; + overflow-x: auto; + margin-bottom: 1.4em; +} +.dokuwiki div.table table.inline { + margin-bottom: 0; +} + .dokuwiki table.inline { min-width: 50%; border-width: 0; -- cgit v1.2.3