diff options
| author | Chris Rebert <[email protected]> | 2015-04-12 17:16:16 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-12 17:16:16 -0700 |
| commit | ee385d5980c330889b99ff8267683a2f51a99753 (patch) | |
| tree | a2ac8854b1b713744e131702907293f909e9b7ff /dist/css/bootstrap.css | |
| parent | 9cc9379f46f051b6aed9d25179cfa1b907d20ab1 (diff) | |
| parent | e9a747246ace3255b9e9171d44a6920dd3c3abc1 (diff) | |
| download | bootstrap-ee385d5980c330889b99ff8267683a2f51a99753.tar.xz bootstrap-ee385d5980c330889b99ff8267683a2f51a99753.zip | |
Merge pull request #16256 from twbs/fix-16247
Add px unit to perspective property value
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 630e70870..68c37e03c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6261,8 +6261,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 { |
