From b6c4cab6696b29b5a3584e6da5ed038d7dcc66d7 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 28 Feb 2012 15:27:03 -0800 Subject: [PATCH] fix styling issue with popup comment box and last paragraphs [ci skip] --- public/stylesheets/sass/new-templates.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index 9b838ad28..460179a60 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -598,6 +598,10 @@ body.idle { border-bottom: 1px solid #333; + p:last-child { + margin-bottom: 0; + } + &:last-child { box-shadow: none; border-bottom: none;