From 2ec166e470b5b0b0e8c38f22b41b722f45d41619 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 24 Feb 2014 13:38:56 -0800 Subject: [PATCH] Add margin-top: 0 for .no-list-margin column class. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8e58821..887c108 100644 --- a/style.css +++ b/style.css @@ -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; }