From f123fa55cc73a1b4b1f2b25e470e177a7b8695b6 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Tue, 7 May 2013 17:14:13 +0300 Subject: [PATCH] minor css fix the elements inside already have a margin-bottom --- app/assets/stylesheets/specific/posts.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index d4295c999..8c67e1b0c 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -153,7 +153,7 @@ div#c-posts { } div.nav-notice { - padding: 0.5em; + padding: 0.5em 0.5em 0; margin-bottom: 1em; background: #EEE; border: 1px solid #AAA;