aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-06-30 18:35:17 +0300
committerXhmikosR <[email protected]>2014-06-30 18:35:50 +0300
commit225351431eeb19178bf2679ee9e0936790a5c765 (patch)
tree4573707af1ff7e6f3cd5daef6de848662d612cf6 /dist/css/bootstrap.css
parenta13f645d20758ff18d3bcf1141c03606aee2ce78 (diff)
downloadbootstrap-225351431eeb19178bf2679ee9e0936790a5c765.tar.xz
bootstrap-225351431eeb19178bf2679ee9e0936790a5c765.zip
Update dependencies.
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index d24c086c4..270ce7479 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3859,7 +3859,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
- -o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
@@ -5393,12 +5392,10 @@ button.close {
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate3d(0, -25%, 0);
- -o-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
- -o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
@@ -5988,7 +5985,6 @@ button.close {
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
- -o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {