1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

add px unit to perspective property value; fixes #16247

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-04-07 18:13:09 -07:00
parent 6866b1733a
commit e9a747246a
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {