Commit 87415ab2a67495713be5da79a60c1ec26060be9b
1 parent
b6a609ed
Exists in
spb-stable
and in
3 other branches
Add bottom margin to nav-tabs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
9 changed files
with
10 additions
and
8 deletions
Show diff stats
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/sections/dashboard.scss
app/views/devise/sessions/new.html.haml
app/views/projects/commits/_head.html.haml
app/views/projects/issues/_head.html.haml
app/views/projects/merge_requests/_show.html.haml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | = render "projects/merge_requests/show/commits" |
13 | 13 | |
14 | 14 | - if @commits.present? |
15 | - %ul.nav.nav-tabs.append-bottom-10 | |
15 | + %ul.nav.nav-tabs | |
16 | 16 | %li.notes-tab{data: {action: 'notes'}} |
17 | 17 | = link_to project_merge_request_path(@project, @merge_request) do |
18 | 18 | %i.icon-comment | ... | ... |
app/views/projects/milestones/show.html.haml
app/views/projects/wikis/_nav.html.haml
app/views/search/_project_results.html.haml