From ba091b3743d386f4534df2a54bf447b1a20feb88 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Mon, 6 Oct 2014 15:26:41 +0100 Subject: [PATCH] Update _normalise.scss --- scss/base/_normalise.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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,