repo.or.cz
/
evolution.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Spanish translation
[evolution.git]
/
data
/
webview-print.css
blob
28712e5c3f40619ab2855eff427fc071f77264bb
1
html
,
body
{
2
padding
:
0
;
3
margin
:
0
;
4
word-wrap
:
break-word
;
5
}
6
7
body
{
8
/* Use margin so that children can safely use width=100% */
9
margin
:
10px
;
10
}
11
12
h1
,
h2
,
h3
{
13
color
:
#7f7f7f
;
14
}
15
16
th
{
17
color
:
#7f7f7f
;
18
text-align
:
left
;
19
font-weight
:
normal
;
20
vertical-align
:
top
;
21
}
22
23
.header
{
24
color
:
#7f7f7f
;
25
}
26
27
.pre
{
28
font-family
:
monospace
;
29
}
30
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
;
38
}
39
40
.part-container-inner-margin
{
41
margin
:
8px
;
42
}
43
44
/***** PRINTING *******/
45
46
.printing-header
{
47
margin-bottom
:
20px
;
48
}
49
50
.
printing-header h1
,
51
.attachments-list h1
{
52
font-size
:
20px
;
53
}
54
55
.printing-header th
{
56
text-align
:
right
;
57
font-weight
:
bold
;
58
}
59
60
.attachments-list th
{
61
font-weight
:
bold
;
62
}
63