ux(): minor fix

This commit is contained in:
Torkel Ödegaard 2016-03-01 12:26:31 +01:00
parent 8f5a7f1764
commit f4b97979c4
2 changed files with 3 additions and 1 deletions

View File

@ -131,7 +131,6 @@ mark,
// Unordered and Ordered lists
ul, ol {
padding: 0;
padding-left: $spacer;
}
ul ul,
ul ol,

View File

@ -16,5 +16,8 @@
h5 {
margin-top: 5px;
}
ul {
padding-left: $spacer;
}
}