comparison 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
comparison
equal deleted inserted replaced
7:65fd7d441cf1 8:bf99236cc5cd
39 margin-top: 14px; 39 margin-top: 14px;
40 } 40 }
41 41
42 table.headers-table tr td { 42 table.headers-table tr td {
43 font-size: 9pt; 43 font-size: 9pt;
44 vertical-align: top;
44 } 45 }
45 46
46 table.headers-table td.header-title { 47 table.headers-table td.header-title {
47 color: #666; 48 color: #666;
48 font-size: 85%;
49 padding-right: 4mm; 49 padding-right: 4mm;
50 white-space: nowrap; 50 white-space: nowrap;
51 } 51 }
52 52
53 table.headers-table tr td.subject { 53 table.headers-table tr td.subject {
54 width: 90%;
55 font-weight: bold; 54 font-weight: bold;
56 font-size: 120%; 55 }
57 } 56
58
59 #attachment-list { 57 #attachment-list {
60 margin-top: 3mm; 58 margin-top: 2mm;
61 padding-top: 3mm; 59 padding-top: 2mm;
62 border-top: 1pt solid #ccc; 60 border-top: 1pt solid #ccc;
63 } 61 }
64 62
65 #attachment-list li { 63 #attachment-list li {
66 font-size: 9pt; 64 font-size: 9pt;
74 text-decoration: underline; 72 text-decoration: underline;
75 } 73 }
76 74
77 #messagebody { 75 #messagebody {
78 position: relative; 76 position: relative;
79 margin-top: 5mm;
80 border-top: none; 77 border-top: none;
81 } 78 }
82 79
83 div.message-part { 80 div.message-part,
84 padding: 2mm; 81 div.message-htmlpart {
85 margin-top: 5mm; 82 padding: 2mm 1mm;
83 margin-top: 2mm;
86 margin-bottom: 5mm; 84 margin-bottom: 5mm;
87 border-top: 1pt solid #ccc; 85 border-top: 1pt solid #ccc;
88 } 86 }
89 87
90 div.message-part a { 88 div.message-part a {