Remove double border between gray blocks
This commit is contained in:
parent
3ad1d320ef
commit
1c595681e5
2 changed files with 8 additions and 1 deletions
|
@ -114,3 +114,7 @@
|
||||||
right: 10px;
|
right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block-connector {
|
||||||
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
|
- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
|
||||||
= render "projects/commits/header_title"
|
= render "projects/commits/header_title"
|
||||||
= render "commit_box"
|
= render "commit_box"
|
||||||
= render "ci_menu" if @ci_commit
|
- if @ci_commit
|
||||||
|
= render "ci_menu"
|
||||||
|
- else
|
||||||
|
%div.block-connector
|
||||||
= render "projects/diffs/diffs", diffs: @diffs, project: @project
|
= render "projects/diffs/diffs", diffs: @diffs, project: @project
|
||||||
= render "projects/notes/notes_with_form"
|
= render "projects/notes/notes_with_form"
|
||||||
|
|
Loading…
Reference in a new issue