Skip to content

Commit 33592f1

Browse files
committed
Add missing style.css from 009a1c7
1 parent 009a1c7 commit 33592f1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
body {
2+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
3+
line-height: 1.42857143;
4+
color: #333;
5+
}
6+
table {
7+
border-spacing: 0;
8+
border-collapse: collapse;
9+
}
10+
thead > tr > th {
11+
vertical-align: bottom;
12+
border-bottom: 2px solid #ddd;
13+
text-align: left;
14+
}
15+
thead > tr > th > a {
16+
text-decoration: none;
17+
}
18+
thead > tr > th > a:visited {
19+
color: inherit;
20+
}
21+
tr > th,
22+
tr > td {
23+
padding: 8px;
24+
line-height: 1.42857143;
25+
}

0 commit comments

Comments
 (0)