From e5f38207e0f8a356728e78f91a83b945934fd71d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Aug 2013 11:34:30 -0700 Subject: fixed navbar static top borders --- dist/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9d1c8daed..9bfc19b20 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3266,9 +3266,12 @@ button.close { } } +.navbar-static-top { + border-width: 0 0 1px; +} + @media (min-width: 768px) { .navbar-static-top { - border-width: 0 0 1px; border-radius: 0; } } -- cgit v1.2.3