From: avindra Date: Sun, 2 Mar 2014 21:19:44 +0000 (-0500) Subject: Fix for stray 1px line under top navigation X-Git-Tag: v3.2.0~438^2~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ce694b2499f45142b9746aa862cf288ce38e5e;p=thirdparty%2Fbootstrap.git Fix for stray 1px line under top navigation If you add an "active" class to one of the
  • elements in the top navigation, and style it so that active tabs have a different color, it becomes clear that there is a 1 pixel stray line under the navigation. This style fixes that. --- diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index ef6c0cfdb3..22e3fdef60 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -17,6 +17,13 @@ body { border-bottom: 1px solid #eee; } +/* + * Top navigation + * Hide default border to remove 1px line. + */ +.navbar-fixed-top { + border:0; +} /* * Sidebar