Commit 8b1d44f789cce12219dbc70890d8a72675b71315

Authored by Dmitriy Zaporozhets
1 parent 3b660be6

Reduce top margin for commit show page box

app/assets/stylesheets/sections/commits.scss
... ... @@ -437,3 +437,7 @@
437 437 border: none;
438 438 margin: 0;
439 439 }
  440 +
  441 +.ui-box.commit-box {
  442 + margin-top: 0;
  443 +}
... ...
app/views/projects/commit/_commit_box.html.haml
1   -.ui-box.ui-box-show
  1 +.ui-box.ui-box-show.commit-box
2 2 .ui-box-head
3 3 .pull-right
4 4 - if @notes_count > 0
... ...