-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathapi.css
More file actions
43 lines (42 loc) · 856 Bytes
/
api.css
File metadata and controls
43 lines (42 loc) · 856 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
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
max-width: 100%;
}
th {
font-family: "Roboto Slab";
font-weight: normal;
text-align: left;
font-size: 20px;
padding: 0 5px;
border-bottom: 2px solid #B68181;
}
th:not(:first-child),td:not(:first-child) {
border-left: 1px solid #F4DEDE;
}
td {
padding: 6px 5px;
border-bottom: 1px solid #F4DEDE;
}
td:first-child span {
font-family: "Ubuntu Mono";
font-size: 0.9em;
background: #F4DEDE;
border: 1px solid #F4DEDE;
border-radius: 3px;
width: 60px;
text-align: center;
display: inline-block;
margin-right: 10px;
}
td:first-child {
padding: 6px 15px 6px 5px;
width: 1px;
white-space: nowrap;
}
th:first-child {
padding: 6px 15px 6px 5px;
width: 1px;
white-space: nowrap;
}