Remove page-with-new-nav class

This commit is contained in:
Annabel Dunstone Gray 2017-12-08 14:09:48 -07:00
parent 806a68a81f
commit b592005fa0
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
3 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,3 @@
.content-wrapper.page-with-new-nav {
margin-top: $header-height;
}
.navbar-gitlab {
@include new-style-dropdown;

View file

@ -24,6 +24,7 @@ body {
}
.content-wrapper {
margin-top: $header-height;
padding-bottom: 100px;
}

View file

@ -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