From 3bb5644c729f9636bc18cc933f9ee41bc96679b0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Aug 2013 00:54:12 -0700 Subject: Fix alignment of navbar header in fixed navbars --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 958e9302f..9e582d0c6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3295,6 +3295,10 @@ button.close { .navbar-fixed-bottom { border-radius: 0; } + .navbar-fixed-top .navbar-header, + .navbar-fixed-bottom .navbar-header { + margin-left: -15px; + } } .navbar-fixed-top { -- cgit v1.2.3