diff --git a/scss/base/_normalise.scss b/scss/base/_normalise.scss index fdc2659..905123c 100755 --- a/scss/base/_normalise.scss +++ b/scss/base/_normalise.scss @@ -40,6 +40,17 @@ h6 { line-height: $base-margin-bottom; } +h1, +h2, +h3, +h4, +h5, +h6, +strong, +th { + font-weight: bold; +} + ul, ol { margin-left: $base-margin-bottom; @@ -72,17 +83,6 @@ hr { height: 1px; } -h1, -h2, -h3, -h4, -h5, -h6, -strong, -th { - font-weight: bold; -} - table { width: 100%; th,