From 570594a469fe481060d312d9d90980c5f9289e2f Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sun, 26 Apr 2015 23:32:35 +0200 Subject: Fix '.container or .container-fluid should be the first child inside of a .navbar' issue --- app/views/layouts/_head_panel.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index 281ce31fe9c..8d33175ce4d 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -1,6 +1,6 @@ %header.navbar.navbar-fixed-top.navbar-gitlab{ class: nav_header_class } - .navbar-inner - .container + .container + .navbar-inner %div.app_logo = link_to root_path, class: "home has_bottom_tooltip", title: "Dashboard" do = brand_header_logo -- cgit v1.2.1