Updated Spanish translation
[evolution.git] / data / webview-print.css
blob28712e5c3f40619ab2855eff427fc071f77264bb
1 html, body {
2 padding: 0;
3 margin: 0;
4 word-wrap: break-word;
7 body {
8 /* Use margin so that children can safely use width=100% */
9 margin: 10px;
12 h1,h2,h3 {
13 color: #7f7f7f;
16 th {
17 color: #7f7f7f;
18 text-align: left;
19 font-weight: normal;
20 vertical-align: top;
23 .header {
24 color: #7f7f7f;
27 .pre {
28 font-family: monospace;
31 .part-container {
32 width: 100%;
33 background: #FFF;
34 margin-top: 2px;
35 margin-bottom: 3px;
36 border-width: 0px;
37 border-style: none;
40 .part-container-inner-margin {
41 margin: 8px;
44 /***** PRINTING *******/
46 .printing-header {
47 margin-bottom: 20px;
50 .printing-header h1,
51 .attachments-list h1 {
52 font-size: 20px;
55 .printing-header th {
56 text-align: right;
57 font-weight: bold;
60 .attachments-list th {
61 font-weight: bold;