diff options
| author | Mark Otto <[email protected]> | 2016-11-25 21:48:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-25 21:48:39 -0800 |
| commit | 990a901e52965c616bbcd4a1c075e2c7841c11fe (patch) | |
| tree | cb3301c05fb66c83776e12e46f9b5465adfa770d /docs/dist/css/bootstrap-flex.css | |
| parent | 91f70c538a7d4f31f3d6a8529c3ebb53b8d6eb67 (diff) | |
| download | bootstrap-990a901e52965c616bbcd4a1c075e2c7841c11fe.tar.xz bootstrap-990a901e52965c616bbcd4a1c075e2c7841c11fe.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
| -rw-r--r-- | docs/dist/css/bootstrap-flex.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 62a46562d..333e66b19 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/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; |
