-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtaglib.css
More file actions
61 lines (49 loc) · 762 Bytes
/
taglib.css
File metadata and controls
61 lines (49 loc) · 762 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
52
53
54
55
56
57
58
59
60
61
body {
background: #eee;
}
#container {
margin-top: 1.5em;
}
#navigation {
border: 1px solid #ccc;
width: 200px;
float: left;
}
#navigation h3 {
margin-top: 0.5em;
border-top: 1px solid #ddd;
}
#navigation ul {
list-style-type: none;
margin: 0;
}
#navigation li {
font-size: 1.25em;
padding: 0.25em 0;
}
#content {
border: 1px solid #ccc;
width: 650px;
float: right;
}
#content h1 {
border-bottom: 1px solid #ddd;
margin-bottom: 0.5em;
}
#content h3 {
margin-top: 0.5em;
padding: 0.5em 0;
}
#content li {
padding-bottom: 0.75em;
}
#content table {
width: 100%;
}
#content th {
display: none;
}
#content td {
padding: 0.25em 0.75em;
border: 1px solid #ddd;
}