Merge pull request #842 from sgmap/typo-fixes
In vertical tables, invert the bold styling
This commit is contained in:
commit
45399602c4
1 changed files with 0 additions and 6 deletions
|
@ -36,17 +36,11 @@
|
||||||
|
|
||||||
th {
|
th {
|
||||||
@include vertical-padding($default-spacer);
|
@include vertical-padding($default-spacer);
|
||||||
font-weight: normal;
|
|
||||||
|
|
||||||
&.header-section {
|
&.header-section {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-weight: bold;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue