From: Mark Otto Date: Fri, 23 Dec 2016 18:39:53 +0000 (-0800) Subject: Make .nav flex-powered X-Git-Tag: v4.0.0-alpha.6~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=699d8a5a804db30219f159c2b3a623422574ff3d;p=thirdparty%2Fbootstrap.git Make .nav flex-powered - Set an explicit `display: flex` on the base `.nav` class and remove the floats/clearfixes from our navs. - Set some global styles for `.nav-link`, a departure from the previous solution that featured no predefined padding. - Move `.nav-link` from `inline-block` to `block` given this setting was added for our tabs and pills anyway. - Remove horizontal margin from nav tabs; let folks set that on their own from now on. --- diff --git a/scss/_nav.scss b/scss/_nav.scss index 10d5f5c622..66d16ef061 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -4,13 +4,15 @@ // `