Update _normalise.scss

This commit is contained in:
Mike Francis 2014-02-18 11:43:01 +00:00
parent 7102e89bdf
commit adc70d7e79
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ a {
} }
h1, h2, h3, h4, h5, h6, p, ul, ol { h1, h2, h3, h4, h5, h6, p, ul, ol {
margin-bottom: $base-margin-bottom * 1px; margin-bottom: $base-margin-bottom;
} }
ul, ol { ul, ol {
margin-left: $base-margin-bottom * 1px; margin-left: $base-margin-bottom;
} }
ul ul, ol ol { ul ul, ol ol {
@ -25,4 +25,4 @@ img {
display: block; display: block;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
} }