diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-25 10:55:15 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-25 11:16:59 +0100 |
commit | bc4a6a27118535bc6a2ef3d78a29ee485d32bad0 (patch) | |
tree | 708f3f7e5063e50502435322a8c222bd328d9680 /skins/classic/print.css | |
parent | 4e10778caf04d05c90caa827212a141d3a4a619f (diff) |
Fix absolute positioning in HTML messages (#1488819)
Conflicts:
CHANGELOG
Diffstat (limited to 'skins/classic/print.css')
-rw-r--r-- | skins/classic/print.css | 1 |
1 files changed, 1 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; } |