blob: 89b35891daf9043b3fc8ffd2901fcd659401969b (
plain) (
blame)
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
|
.table {
width: 100%;
max-width: 100%;
border-spacing: 0;
border-collapse: collapse;
th, td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
text-align: left;
}
& > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
border-top: 0;
font-weight: 500;
}
}
samp {
font-family: 'Roboto Mono', monospace;
}
|