Remove page-with-new-nav class
This commit is contained in:
parent
806a68a81f
commit
b592005fa0
3 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
|||
.content-wrapper.page-with-new-nav {
|
||||
margin-top: $header-height;
|
||||
}
|
||||
|
||||
.navbar-gitlab {
|
||||
@include new-style-dropdown;
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ body {
|
|||
}
|
||||
|
||||
.content-wrapper {
|
||||
margin-top: $header-height;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.page-with-sidebar{ class: page_with_sidebar_class }
|
||||
- if defined?(nav) && nav
|
||||
= render "layouts/nav/sidebar/#{nav}"
|
||||
.content-wrapper.page-with-new-nav
|
||||
.content-wrapper
|
||||
= render 'shared/outdated_browser'
|
||||
.mobile-overlay
|
||||
.alert-wrapper
|
||||
|
|
Loading…
Reference in a new issue