From adc70d7e795d5e288114dd68024716609abfcab4 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 18 Feb 2014 11:43:01 +0000 Subject: [PATCH] Update _normalise.scss --- css/_normalise.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/_normalise.scss b/css/_normalise.scss index aadc90d..8607b0d 100755 --- a/css/_normalise.scss +++ b/css/_normalise.scss @@ -10,11 +10,11 @@ a { } h1, h2, h3, h4, h5, h6, p, ul, ol { - margin-bottom: $base-margin-bottom * 1px; + margin-bottom: $base-margin-bottom; } ul, ol { - margin-left: $base-margin-bottom * 1px; + margin-left: $base-margin-bottom; } ul ul, ol ol { @@ -25,4 +25,4 @@ img { display: block; height: auto; max-width: 100%; -} \ No newline at end of file +}