diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-10-27 17:51:28 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-10-27 17:51:28 +0100 |
commit | 421ed1e5458ef8b3947ca4cce45eae7804b41f74 (patch) | |
tree | 517f8fb3239c87992b017d946cca5b190a32fe4a /program/js/tinymce/roundcube/content.css | |
parent | 9aa55d5a50bd4c219f409dcd1c42c373c7dcfdb8 (diff) |
Fix compose body area size, so scrollbars aren't truncated, unify padding
Diffstat (limited to 'program/js/tinymce/roundcube/content.css')
-rw-r--r-- | program/js/tinymce/roundcube/content.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/program/js/tinymce/roundcube/content.css b/program/js/tinymce/roundcube/content.css index 67480ab77..0ad246ea0 100644 --- a/program/js/tinymce/roundcube/content.css +++ b/program/js/tinymce/roundcube/content.css @@ -7,9 +7,7 @@ body, td, pre { body { background-color: #FFFFFF; - margin-left: 4px; - margin-right: 4px; - margin-top: 2px; + margin: 4px; } div.pre { |