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 --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index aa2951658..20ea58e91 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4397,7 +4397,6 @@ textarea.input-group-sm > .input-group-btn > .btn { position: fixed; right: 0; left: 0; - border-width: 0 0 1px; } @media (min-width: 768px) { @@ -4410,11 +4409,13 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-fixed-top { top: 0; z-index: 1030; + border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; + border-width: 1px 0 0; } .navbar-brand { -- cgit v1.2.3