diff options
| author | Chris Rebert <[email protected]> | 2015-04-07 18:13:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-07 18:13:21 -0700 |
| commit | e9a747246ace3255b9e9171d44a6920dd3c3abc1 (patch) | |
| tree | 88f0ebf0c75f3cccbeb7ac98d38077870f3368a1 /dist/css/bootstrap.css | |
| parent | 6866b1733ab155903b80ab6c7890c2882830885b (diff) | |
| download | bootstrap-e9a747246ace3255b9e9171d44a6920dd3c3abc1.tar.xz bootstrap-e9a747246ace3255b9e9171d44a6920dd3c3abc1.zip | |
add px unit to perspective property value; fixes #16247
[skip sauce]
[skip validator]
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
