From 1cf1de3ff9ba73fb60ae1107cbf88efffa4be3d7 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 7 Jan 2016 11:25:56 -0500 Subject: Fixed vertical spacing between lists and paragraphs in post bodies --- web/sass-files/sass/partials/_post.scss | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'web') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 91cdf8e07..7dce26ee6 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -417,12 +417,6 @@ body.ios { background-color: beige; } - ul { - margin: 0; - padding: 0; - } - - p { margin: 0; line-height: 1.6em; @@ -675,12 +669,10 @@ body.ios { max-height: 400px; } - ul { - margin-bottom: 0.4em; - padding: 5px 0 0 20px; - } - ul, ol { + padding-top: 5px; + margin-bottom: 0.4em; + p { margin-bottom: 0; } -- cgit v1.2.3-1-g7c22