From 3e8cddf8671db110c1d46c46c13065f6b9a67ad1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 15:22:29 -0700 Subject: Fixes #13974, #14123: Remove translate3d repaint performance enhancement for text rendering and position wonkiness --- docs/dist/css/bootstrap.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index ffea51b6a..5a14eb844 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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; -- cgit v1.2.3