-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
59 lines (47 loc) · 1.04 KB
/
style.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
body {
font-size: 15px;
color: #333;
font-family: Verdana, sans-serif;
}
ul {
list-style-position: outside;
list-style-type: square;
}
li {
margin: .3em 0;
}
a {
color: #8f1117;
text-decoration: none;
}
a.ext {
padding-right: 18px;
background: transparent url(icon-external.png) no-repeat center right;
}
a.email {
padding-left: 18px;
background: transparent url(icon-email.png) no-repeat center left;
}
a:link, a:visited, a:active {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
table.errata {
width: 100%;
}
table.errata td {
border-bottom: 1px dotted #d0d0d0;
vertical-align: top;
}
table.errata th {
text-align: left;
border-bottom: 1px dotted #909090;
}
td.page {
width: 10%;
}
td.location {
width: 20%;
}