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 <github@rebertia.com>2015-04-13 03:16:16 +0300
committerChris Rebert <github@rebertia.com>2015-04-13 03:16:16 +0300
commitee385d5980c330889b99ff8267683a2f51a99753 (patch)
treea2ac8854b1b713744e131702907293f909e9b7ff /dist/css
parent9cc9379f46f051b6aed9d25179cfa1b907d20ab1 (diff)
parente9a747246ace3255b9e9171d44a6920dd3c3abc1 (diff)
Merge pull request #16256 from twbs/fix-16247
Add px unit to perspective property value
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 630e70870d..68c37e03cb 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 {