-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.css
More file actions
45 lines (42 loc) · 674 Bytes
/
Copy pathdocs.css
File metadata and controls
45 lines (42 loc) · 674 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
.docs-menu {
float: left;
min-height: 1px;
}
.docs-content {
float: left;
width: 600px;
}
.docs-list {
}
.docs-list LI {
border-bottom: 1px solid #DDD;
}
.docs-list LI:HOVER {
background: #EEE;
}
.docs-list LI A {
text-decoration: none;
}
.docs-list LI A:AFTER {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.docs-list LI H2 {
float: left;
line-height: 26px;
margin: 0;
position: absolute;
width: 100%;
}
.docs-list LI .type {
border: 1px solid #333;
float: right;
font-size: 10px;
font-variant: small-caps;
line-height: 16px;
margin: 4px;
padding: 0 4px;
}