-
Notifications
You must be signed in to change notification settings - Fork 49
/
makeup.css
64 lines (54 loc) · 1013 Bytes
/
makeup.css
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
p.note,
div.note {
padding: 1em;
}
div.note *:last-child {
margin-bottom: 0;
}
.note {
background: none repeat scroll 0 0 #e9fbe9;
border-left: 0.25em solid #52e052;
}
.example {
background: none repeat scroll 0 0 #fcfcfc;
border-color: #c0c0c0;
border-left: 0.25em solid #c0c0c0;
color: #222222;
display: block;
margin-left: 1em;
padding-bottom: 0.5em;
padding-left: 1em;
}
.example .marker {
margin-bottom: 1em;
}
a code {
color: inherit;
}
.simple td {
padding: 10px;
}
.simple tbody th,
.simple tbody th a,
.simple tbody th code {
background: inherit;
color: inherit;
font-weight: normal;
}
.simple tbody th a {
display: inline-block;
padding: 0;
}
table th ul,
table td ul {
padding-left: .825em;
}
/* these classes don't behave very well for inline changes.
so these updates were made to make these work better in
this spec. */
span.addition.proposed,
span.correction.proposed,
span.amendment.proposed {
padding: .125em .25em;
border-width: 3px;
}