Add margin-top: 0 for .no-list-margin column class.

This commit is contained in:
MickeyKay
2014-02-24 13:38:56 -08:00
parent 7c690c63e3
commit 2ec166e470
+1
View File
@@ -1382,6 +1382,7 @@ Content Area
/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
.no-list-margin ul,
.no-list-margin ol {
margin-top: 0;
margin-bottom: 0;
}