diff options
| author | Mark Otto <[email protected]> | 2014-09-22 14:56:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-22 14:56:35 -0700 |
| commit | 5cba9ba5646a93765bd1ae1e2f0e005fac94663d (patch) | |
| tree | 8d28aadbbce06a142ce716f15d95f37ca61737c4 /dist/css/bootstrap.css | |
| parent | 27484b415ff1bf40db9848acdd87d915e1826d2e (diff) | |
| parent | 4969c2055d058ff6b0b110fd59753c7181a4390b (diff) | |
| download | bootstrap-5cba9ba5646a93765bd1ae1e2f0e005fac94663d.tar.xz bootstrap-5cba9ba5646a93765bd1ae1e2f0e005fac94663d.zip | |
Merge pull request #14667 from twbs/remove_translate3d
Remove translate3d
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6c45ed3de..141527e49 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3946,8 +3946,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn { right: 0; left: 0; z-index: 1030; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } @media (min-width: 768px) { .navbar-fixed-top, |
