diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2015-02-24 09:48:55 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2015-02-24 09:48:55 +0100 |
commit | 15a61525c6586054213c7f64cc6e686d7dc8eed0 (patch) | |
tree | c64d17a5cae5cd2ade1e5be7577f1d80e9659fa6 /lib/tpl/dokuwiki/css | |
parent | d30d6d6f01f0595d36cd15542d58b89cf8680ac0 (diff) | |
download | rpg-15a61525c6586054213c7f64cc6e686d7dc8eed0.tar.gz rpg-15a61525c6586054213c7f64cc6e686d7dc8eed0.tar.bz2 |
add bottom margin to tables in print. fixes #1052
Diffstat (limited to 'lib/tpl/dokuwiki/css')
-rw-r--r-- | lib/tpl/dokuwiki/css/print.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/css/print.css b/lib/tpl/dokuwiki/css/print.css index 86e686b69..7197ac1c1 100644 --- a/lib/tpl/dokuwiki/css/print.css +++ b/lib/tpl/dokuwiki/css/print.css @@ -111,6 +111,9 @@ blockquote { } /* tables */ +.dokuwiki div.table { + margin-bottom: 1.4em; +} table { border-collapse: collapse; empty-cells: show; |