-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflatdoc.css
More file actions
47 lines (40 loc) · 767 Bytes
/
flatdoc.css
File metadata and controls
47 lines (40 loc) · 767 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
body, table, div, p, dl {
font-size: 10pt;
line-height: normal;
font-family: Consolas, monospace;
}
.memdoc, dl.reflist dd {
background-image: none;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
box-shadow: none;
}
.memproto, dl.reflist dt {
padding: 0px;
background-image: none;
text-shadow: none;
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
text-shadow: none;
}
.dynheader {
font-weight: bold;
text-decoration: underline;
background-color: lightgrey;
}
td.mlabels-right {
vertical-align: middle;
}
.fieldtable th {
background-image: none;
border-radius: 0px;
}
table.fieldtable {
border-radius: 0px;
box-shadow: none;
}
div.ah, span.ah {
box-shadow: none;
background-image: none;
}