From 8b1d44f789cce12219dbc70890d8a72675b71315 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 12 Jul 2013 21:56:03 +0300 Subject: [PATCH] Reduce top margin for commit show page box --- app/assets/stylesheets/sections/commits.scss | 4 ++++ app/views/projects/commit/_commit_box.html.haml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 812587a..dd96e6f 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -437,3 +437,7 @@ border: none; margin: 0; } + +.ui-box.commit-box { + margin-top: 0; +} diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml index 6467917..62ef287 100644 --- a/app/views/projects/commit/_commit_box.html.haml +++ b/app/views/projects/commit/_commit_box.html.haml @@ -1,4 +1,4 @@ -.ui-box.ui-box-show +.ui-box.ui-box-show.commit-box .ui-box-head .pull-right - if @notes_count > 0 -- libgit2 0.21.2