diff --git a/app/assets/stylesheets/generic/header.scss b/app/assets/stylesheets/generic/header.scss index 71afccba001..3e738929a78 100644 --- a/app/assets/stylesheets/generic/header.scss +++ b/app/assets/stylesheets/generic/header.scss @@ -8,6 +8,11 @@ header { &.navbar-empty { background: #FFF; border-bottom: 1px solid #EEE; + + .center-logo { + margin: 8px 0; + text-align: center; + } } &.navbar-gitlab { diff --git a/app/views/layouts/header/_empty.html.haml b/app/views/layouts/header/_empty.html.haml index 16fbf6d4020..a52a3c8f0ef 100644 --- a/app/views/layouts/header/_empty.html.haml +++ b/app/views/layouts/header/_empty.html.haml @@ -1,4 +1,4 @@ %header.navbar.navbar-fixed-top.navbar-empty .container - %h4.center + .center-logo = image_tag 'logo-white.png', width: 32, height: 32