From e9a747246ace3255b9e9171d44a6920dd3c3abc1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 7 Apr 2015 18:13:09 -0700 Subject: add px unit to perspective property value; fixes #16247 [skip sauce] [skip validator] --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1baf38df7..902f344dc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6241,8 +6241,8 @@ button.close { -webkit-backface-visibility: hidden; backface-visibility: hidden; - -webkit-perspective: 1000; - perspective: 1000; + -webkit-perspective: 1000px; + perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -- cgit v1.2.3