-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.css
More file actions
51 lines (41 loc) · 737 Bytes
/
Copy pathcommon.css
File metadata and controls
51 lines (41 loc) · 737 Bytes
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
table {
border-top: 1px solid black;
border-bottom: 1px solid black;
border-collapse: collapse;
}
th[scope*=col] {
border-bottom: 0.5px solid black;
}
td, th {
padding-left: 0.5em;
text-align: left;
vertical-align: top;
}
p.toc-heading, p.gloss-heading, caption {
font-weight: bold;
}
.gloss {
margin-top: 1em;
}
.gloss p {
margin-top: 0px;
margin-bottom: 0px;
}
.gloss dl {
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
}
.gloss dd {
margin-left: 0px;
}
.small-caps {
font-variant: small-caps;
}
li.nonumber {
list-style-type: none;
}
.undefined-replace, .undefined-reference, .unreferenceable-block {
color: red;
font-weight: bold;
}