From a07950b04abecb961e9f3d06e86defd28383eaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 25 Aug 2013 18:10:30 +0200 Subject: [PATCH] add consistent spacing to paragraphs in the SPV --- app/assets/stylesheets/single-post-view.css.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss index 0965533ef..bcb1a4ae9 100644 --- a/app/assets/stylesheets/single-post-view.css.scss +++ b/app/assets/stylesheets/single-post-view.css.scss @@ -56,11 +56,14 @@ } border-right: solid 1px #cccccc; padding-right: 10px; - + #body { margin-left: 20px; padding-top: 20px; width: auto; + p { + margin: 0 0 1em 0; + } .photo_attachments { padding-bottom: 10px; text-align: center; @@ -99,7 +102,10 @@ padding-top: 10px; padding-bottom: 10px; p { - margin: 0; + margin: 0 0 1em 0; + &:last-child { + margin-bottom: 0; + } } } .no_comments {