aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-03 18:50:28 -0700
committerMark Otto <[email protected]>2014-05-03 18:50:28 -0700
commitbae289d1fe59d1c403b1a4fceaea6379f6008a2a (patch)
treecc58870c8415ade442efe5f41c6d21dee2349a24 /dist/css/bootstrap.css
parent348e7a011a624bc48983be337c9f5fd723318aaf (diff)
parent485b7d09409fec261f8f15cf018c9166fbd0d4d2 (diff)
downloadbootstrap-bae289d1fe59d1c403b1a4fceaea6379f6008a2a.tar.xz
bootstrap-bae289d1fe59d1c403b1a4fceaea6379f6008a2a.zip
Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs
Fixed navbar radius of example at docs
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 5e343114f..ae4af3bd5 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5299,10 +5299,10 @@ button.close {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
- -webkit-transform: translate(0, -25%);
- -ms-transform: translate(0, -25%);
- -o-transform: translate(0, -25%);
- transform: translate(0, -25%);
+ -webkit-transform: translate(0, -25%);
+ -ms-transform: translate(0, -25%);
+ -o-transform: translate(0, -25%);
+ transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);