diff options
| author | Mark Otto <[email protected]> | 2017-12-23 16:19:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-23 16:19:49 -0800 |
| commit | 1fbf531e076659662f38cb5c4f51631bc5fb7696 (patch) | |
| tree | 495a900e6f3fec67eddcc0a07aaf62330283fb69 /docs | |
| parent | 853e5cb8012345a245302c2b512851e660336671 (diff) | |
| download | bootstrap-1fbf531e076659662f38cb5c4f51631bc5fb7696.tar.xz bootstrap-1fbf531e076659662f38cb5c4f51631bc5fb7696.zip | |
prefix those
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/examples/justified-nav/justified-nav.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/4.0/examples/justified-nav/justified-nav.css b/docs/4.0/examples/justified-nav/justified-nav.css index 86c828190..2c6ae923e 100644 --- a/docs/4.0/examples/justified-nav/justified-nav.css +++ b/docs/4.0/examples/justified-nav/justified-nav.css @@ -27,11 +27,13 @@ body { @media (min-width: 768px) { .navbar-nav { display: -ms-flexbox; + display: -webkit-box; display: flex; } .navbar-nav .nav-item { -ms-flex: 1 0 auto; + -webkit-box-flex: 1; flex: 1 0 auto; } } |
