From 990a901e52965c616bbcd4a1c075e2c7841c11fe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 25 Nov 2016 21:48:39 -0800 Subject: grunt --- dist/css/bootstrap-flex.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'dist/css/bootstrap-flex.css') diff --git a/dist/css/bootstrap-flex.css b/dist/css/bootstrap-flex.css index 62a46562d..333e66b19 100644 --- a/dist/css/bootstrap-flex.css +++ b/dist/css/bootstrap-flex.css @@ -4088,6 +4088,21 @@ tbody.collapse.active { display: block; } +.nav-justified { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; +} + +.nav-justified .nav-item { + -webkit-box-flex: 1; + -webkit-flex: 1 1 0%; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + text-align: center; +} + .navbar { position: relative; padding: 0.5rem 1rem; -- cgit v1.2.3