Merge pull request #842 from sgmap/typo-fixes

In vertical tables, invert the bold styling
This commit is contained in:
gregoirenovel 2017-10-16 11:09:53 +02:00 committed by GitHub
commit 45399602c4

View file

@ -36,17 +36,11 @@
th {
@include vertical-padding($default-spacer);
font-weight: normal;
&.header-section {
color: $blue;
font-weight: bold;
font-size: 20px;
}
}
td {
font-weight: bold;
}
}
}