From 4675ff46e8b1d354d86cdf80ac3bd4f60814dbe3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 26 Aug 2013 15:49:11 +0300 Subject: [PATCH] Remove bottom margin for text in event note --- app/assets/stylesheets/sections/events.scss | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index d94d97c..80ee6b6 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -80,6 +80,10 @@ margin-left: 0px; max-width: 200px; } + + p:last-child { + margin-bottom: 0; + } } .event-note-icon { color: #777; -- libgit2 0.21.2