Commit b592005f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove page-with-new-nav class

parent 806a68a8
.content-wrapper.page-with-new-nav {
margin-top: $header-height;
}
.navbar-gitlab { .navbar-gitlab {
@include new-style-dropdown; @include new-style-dropdown;
......
...@@ -24,6 +24,7 @@ body { ...@@ -24,6 +24,7 @@ body {
} }
.content-wrapper { .content-wrapper {
margin-top: $header-height;
padding-bottom: 100px; padding-bottom: 100px;
} }
......
.page-with-sidebar{ class: page_with_sidebar_class } .page-with-sidebar{ class: page_with_sidebar_class }
- if defined?(nav) && nav - if defined?(nav) && nav
= render "layouts/nav/sidebar/#{nav}" = render "layouts/nav/sidebar/#{nav}"
.content-wrapper.page-with-new-nav .content-wrapper
= render 'shared/outdated_browser' = render 'shared/outdated_browser'
.mobile-overlay .mobile-overlay
.alert-wrapper .alert-wrapper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment