52dc0b9c5c
Fixes #30 Fixes #35 Fixes #36 Fixes #38 Fixes #40 Fixes #43 Fixes #44 Fixes #46 Fixes #47 Fixes #49 Fixes #51 Fixes #53
23 lines
255 B
SCSS
23 lines
255 B
SCSS
/* TABLE
|
|
* Style tables
|
|
*/
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table, th, td {
|
|
border:0;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
th, td {
|
|
vertical-align:center;
|
|
padding-top: 0.325em;
|
|
padding-bottom: 0.325em;
|
|
}
|
|
|
|
th {
|
|
font-weight: $fontweight_hyper;
|
|
}
|