diff options
| author | Mark Otto <[email protected]> | 2014-07-12 15:22:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 15:22:41 -0700 |
| commit | 3e8cddf8671db110c1d46c46c13065f6b9a67ad1 (patch) | |
| tree | 261918df4cab51326f367cc9331e0c50f0a183de /dist/css/bootstrap.css | |
| parent | 7ec6c9fd133396f4576d0a030b26931715fb8af2 (diff) | |
| download | bootstrap-3e8cddf8671db110c1d46c46c13065f6b9a67ad1.tar.xz bootstrap-3e8cddf8671db110c1d46c46c13065f6b9a67ad1.zip | |
Fixes #13974, #14123: Remove translate3d repaint performance enhancement for text rendering and position wonkiness
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 ffea51b6a..5a14eb844 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6022,8 +6022,6 @@ button.close { } .affix { position: fixed; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } @-ms-viewport { width: device-width; |
