From 11ecf007810548d6e919cc032b3c9bcaf74bba48 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 10 Aug 2013 20:54:17 +0300 Subject: [PATCH] Remove unnecessary margin for issue/mr title --- app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 0c56155..fcf1159 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -73,6 +73,7 @@ font-size: 18px; font-weight: normal; line-height: 28px; + margin: 0; } h3 { margin: 0; -- libgit2 0.21.2