From 8f433b437ac377fb0f5debbbe6867b26478f4e96 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 7 Jan 2016 11:02:44 -0500 Subject: [PATCH 1/3] Removed extra space below unordered lists --- web/sass-files/sass/partials/_post.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 937b080846..91cdf8e078 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -676,14 +676,10 @@ body.ios { } ul { - margin-bottom: 0.6em; + margin-bottom: 0.4em; padding: 5px 0 0 20px; } - ul + p { - margin-top: 1em; - } - ul, ol { p { margin-bottom: 0; From 1cf1de3ff9ba73fb60ae1107cbf88efffa4be3d7 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 7 Jan 2016 11:25:56 -0500 Subject: [PATCH 2/3] 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(-) diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 91cdf8e078..7dce26ee63 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; } From a88091965fadb60c0a5327779fac9c9fc971a9c4 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 7 Jan 2016 11:58:29 -0500 Subject: [PATCH 3/3] Fixed spacing between paragraphs in a post --- web/sass-files/sass/partials/_post.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 7dce26ee63..31ad586ba1 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -665,12 +665,15 @@ body.ios { @include legacy-pie-clearfix; width: calc(100% - 75px); + p { + margin: 0 0 0.4em; + } + img { max-height: 400px; } ul, ol { - padding-top: 5px; margin-bottom: 0.4em; p {