diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-25 16:17:50 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-25 16:17:50 +0100 |
commit | 24702133132d7c4f49a9643798cce14466d73b2a (patch) | |
tree | 97b809eb6fc5ec3489fa0d89fcf60ba53b8de703 /skins | |
parent | f690cf1eb6bd16bb411da493cdc43801833e4294 (diff) | |
parent | 5352b55779aadc8b4c665daf69c7a27767f17d78 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/print.css | 1 | ||||
-rw-r--r-- | skins/larry/mail.css | 1 | ||||
-rw-r--r-- | skins/larry/print.css | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/skins/classic/print.css b/skins/classic/print.css index 129770d25..34125b0d3 100644 --- a/skins/classic/print.css +++ b/skins/classic/print.css @@ -82,6 +82,7 @@ table.headers-table tr td.subject #messagebody { + position: relative; margin-top: 5mm; border-top: none; } diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c278a2655..48eba6e02 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -973,6 +973,7 @@ div.hide-headers { } #messagebody { + position: relative; margin: 8px; } diff --git a/skins/larry/print.css b/skins/larry/print.css index 484905d4f..fa256746b 100644 --- a/skins/larry/print.css +++ b/skins/larry/print.css @@ -77,6 +77,7 @@ table.headers-table tr td.subject { } #messagebody { + position: relative; margin-top: 5mm; border-top: none; } |