Fix bottom border on nested ul

This commit is contained in:
Matt Ellis
2014-10-23 09:19:02 +01:00
parent fdbfda64a6
commit 32a71869da
3 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -256,7 +256,8 @@
}
ol ol,
ol ul {
ol ul,
ul ul {
margin-top: 0;
margin-bottom: 0;
}