diff options
| author | Mark Otto <[email protected]> | 2014-07-05 19:57:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 19:57:15 -0700 |
| commit | 3c99de976497928fac0585bda2bf0961e3b162bf (patch) | |
| tree | d65152e8a453059ea0b8a027d9062dac68485375 /dist/css/bootstrap.css | |
| parent | f9fde567be3c3ca7161351702f358b9db6ef7283 (diff) | |
| download | bootstrap-3c99de976497928fac0585bda2bf0961e3b162bf.tar.xz bootstrap-3c99de976497928fac0585bda2bf0961e3b162bf.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 727a1eadd..b58689e1c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3984,7 +3984,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { padding-top: 15px; padding-bottom: 15px; } - .navbar-nav.navbar-right:last-child { + .navbar-nav.navbar-right:first-child { margin-right: -15px; } } @@ -4070,7 +4070,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { -webkit-box-shadow: none; box-shadow: none; } - .navbar-form.navbar-right:last-child { + .navbar-form.navbar-right:first-child { margin-right: -15px; } } @@ -4105,7 +4105,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { margin-right: 15px; margin-left: 15px; } - .navbar-text.navbar-right:last-child { + .navbar-text.navbar-right:first-child { margin-right: 0; } } |
