diff options
author | Anika Henke <anika@selfthinker.org> | 2012-02-01 23:53:00 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-02-01 23:53:00 +0000 |
commit | 1016b7afcf78b81d84a346b7cf2e9bf9d4bcee0d (patch) | |
tree | 0723ea3fe9a2966620de231713f41d4e321fd55b | |
parent | 2d502fc8228ce3c356f07427fab65089402ff45b (diff) | |
download | rpg-1016b7afcf78b81d84a346b7cf2e9bf9d4bcee0d.tar.gz rpg-1016b7afcf78b81d84a346b7cf2e9bf9d4bcee0d.tar.bz2 |
made large tables scrollable (fixes #40)
-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; |