From 9335aa950264e5b1b2d25f5bcb8c006f304ce284 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 24 May 2013 13:01:43 -0700 Subject: [PATCH] fixes #1667 --- app/assets/stylesheets/specific/notes.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index 12208acb6..390a1451a 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -23,6 +23,10 @@ div#note-container { color: gray; } + p:last-child { + margin-bottom: 0; + } + b, strong { font-weight: bold; }