Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist/css
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-04-08 04:13:09 +0300
committerChris Rebert <code@rebertia.com>2015-04-08 04:13:21 +0300
commite9a747246ace3255b9e9171d44a6920dd3c3abc1 (patch)
tree88f0ebf0c75f3cccbeb7ac98d38077870f3368a1 /dist/css
parent6866b1733ab155903b80ab6c7890c2882830885b (diff)
add px unit to perspective property value; fixes #16247
[skip sauce] [skip validator]
Diffstat (limited to 'dist/css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 1baf38df7c..902f344dc5 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 {