diff options
| author | Mark Otto <[email protected]> | 2015-11-29 19:38:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 19:38:53 -0800 |
| commit | 765c5e9c07610a713a89e1664d6df539cdea44b4 (patch) | |
| tree | 6f584af105fb5e54ea0be8d0ffe717b3cad55146 /docs/dist/css/bootstrap.css | |
| parent | 389a284766ece0ae48efa7155054727cb9e9a8c2 (diff) | |
| download | bootstrap-765c5e9c07610a713a89e1664d6df539cdea44b4.tar.xz bootstrap-765c5e9c07610a713a89e1664d6df539cdea44b4.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 8d925c040..0299ff049 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3469,6 +3469,11 @@ input[type="button"].btn-block { background-color: transparent; } +.nav-inline .nav-item { + display: inline-block; +} + +.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link { margin-left: 1rem; } |
