From 976f6dfdad663e43237a3da07cb64a41932f264e Mon Sep 17 00:00:00 2001 From: jeonghwan Date: Wed, 16 Oct 2013 23:20:34 +0900 Subject: Fixes issue #11122 -- navbar-fixed-bottom border Enable border-top in .navbar-fixed-bottom --- less/navbar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'less/navbar.less') diff --git a/less/navbar.less b/less/navbar.less index d054b400d0..cc3e1f2134 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -128,7 +128,6 @@ position: fixed; right: 0; left: 0; - border-width: 0 0 1px; // Undo the rounded corners @media (min-width: @grid-float-breakpoint) { @@ -138,10 +137,12 @@ .navbar-fixed-top { z-index: @zindex-navbar-fixed; top: 0; + border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; // override .navbar defaults + border-width: 1px 0 0; } -- cgit v1.2.3