diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-25 10:55:15 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-25 10:55:15 +0100 |
commit | 14d00daa1a86d2eed71ff3dd5092281a48ad037c (patch) | |
tree | 4901638170fe845883e70af9f962737db79eb5c3 /skins/classic/print.css | |
parent | 15cf4fa9251f01313b5eb5cf1a91ec10643d42cb (diff) |
Fix absolute positioning in HTML messages (#1488819)
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; } |