Fixed .first clearing issue for regular <li>s

This commit is contained in:
MickeyKay
2014-02-21 15:40:17 -08:00
parent 920e660b41
commit 7c690c63e3
+5 -1
View File
@@ -1952,12 +1952,16 @@ Media Queries
width: 82.90598290598291%;
}
.col.first,
.first,
.footer-widgets .footer-widgets-1 {
clear: both;
margin-left: 0;
}
li.first {
clear: none;
}
/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
.no-list-margin ul,
.no-list-margin ol {