diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-10 13:13:25 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-10 13:13:25 -0500 |
commit | 5b0bcd2c930ba2c4c2d7e9b17877df6839609d92 (patch) | |
tree | 1e4c52a4a33bc6501b6e7ffc52dd1582a2aee18a /app/views/layouts/header | |
parent | 737854e6c9fc286e9f659e1f8f4ab3c59570dc67 (diff) | |
download | gitlab-ce-5b0bcd2c930ba2c4c2d7e9b17877df6839609d92.tar.gz |
[skip ci] Convert navbar-form and navbar-fixed-top
Diffstat (limited to 'app/views/layouts/header')
-rw-r--r-- | app/views/layouts/header/_empty.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_empty.html.haml b/app/views/layouts/header/_empty.html.haml index 2ed4edb1136..38c4e81515b 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 +%header.navbar.fixed-top.navbar-empty .container .center-logo = brand_header_logo |