diff options
author | alecpl <alec@alec.pl> | 2012-03-09 09:44:12 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-09 09:44:12 +0000 |
commit | 3cbdbd9bb772619e38b7715190ffd8ea8a1863e6 (patch) | |
tree | 38abcd9f78c37a63cd65624e4c8e3ca001ffc811 /skins/default/print.css | |
parent | fe3a1d60a53920029932287629ee0afd4df729aa (diff) |
- Improve logo handling in default skin (#1488385)
Diffstat (limited to 'skins/default/print.css')
-rw-r--r-- | skins/default/print.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/print.css b/skins/default/print.css index afdf67418..59d400e5c 100644 --- a/skins/default/print.css +++ b/skins/default/print.css @@ -25,7 +25,7 @@ a, a:active, a:visited color: #000000; } -#header +body > #logo { float: right; margin: 0 5mm 3mm 5mm; @@ -57,7 +57,7 @@ table.headers-table tr td.subject width: 90%; font-weight: bold; } - + #attachment-list { margin-top: 3mm; |