blob: 9b54b433601165127b352d8948aac627b422e0df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
.lafargue-message-date-and-owner {
font-style: oblique;
color: #555;
/* text-indent: 1.5em; */
/* margin-left: 1.5em; */
}
.lafargue-message-body {
margin-left: 1.5em;
margin-bottom: 1em;
}
#lafargue-footer {
text-align: right;
position: relative;
padding: 0.5em 0.5em 0.5em 0.5em;
right: 0;
margin: 1em;
font-style: oblique;
}
#lafargue-footer-text {
padding: 0.5em 1em 0.5em 1em;
border: solid 1px #000;
background-color: orange;
}
#lafargue-main-input-box {
margin-left:auto;
margin-right:auto;
text-align:center;
}
|