Fix empty header

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-06-05 12:08:43 +02:00
parent 22d5d8913b
commit 8d2996fe0e
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@ header {
&.navbar-empty {
background: #FFF;
border-bottom: 1px solid #EEE;
.center-logo {
margin: 8px 0;
text-align: center;
}
}
&.navbar-gitlab {

View File

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