Formatting cleanup

This commit is contained in:
Mike Francis 2014-03-31 16:15:18 +01:00
parent 0d8c4da159
commit cbd57dc329
6 changed files with 58 additions and 28 deletions

View file

@ -9,15 +9,25 @@ a {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
margin-bottom: $base-margin-bottom;
}
ul, ol {
ul,
ol {
margin-left: $base-margin-bottom;
}
ul ul, ol ol {
ul ul,
ol ol {
margin-bottom: 0;
}