diff options
-rwxr-xr-x | css/content.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; |