Mercurial > hg > rc2
diff skins/larry/print.css @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
line wrap: on
line diff
--- a/skins/larry/print.css Sat Dec 29 06:32:49 2018 -0500 +++ b/skins/larry/print.css Sat Dec 29 07:07:34 2018 -0500 @@ -41,24 +41,22 @@ table.headers-table tr td { font-size: 9pt; + vertical-align: top; } table.headers-table td.header-title { color: #666; - font-size: 85%; padding-right: 4mm; white-space: nowrap; } table.headers-table tr td.subject { - width: 90%; font-weight: bold; - font-size: 120%; } - + #attachment-list { - margin-top: 3mm; - padding-top: 3mm; + margin-top: 2mm; + padding-top: 2mm; border-top: 1pt solid #ccc; } @@ -76,13 +74,13 @@ #messagebody { position: relative; - margin-top: 5mm; border-top: none; } -div.message-part { - padding: 2mm; - margin-top: 5mm; +div.message-part, +div.message-htmlpart { + padding: 2mm 1mm; + margin-top: 2mm; margin-bottom: 5mm; border-top: 1pt solid #ccc; }