aboutsummaryrefslogtreecommitdiff
path: root/dist/css
diff options
context:
space:
mode:
authorDaijiro Wachi <[email protected]>2014-04-26 02:04:07 +0900
committerDaijiro Wachi <[email protected]>2014-04-26 02:04:07 +0900
commit485b7d09409fec261f8f15cf018c9166fbd0d4d2 (patch)
treeaa8bbd096ce167e3c3e3428513aafc16e5ed7c85 /dist/css
parente0d1e406d361ac0ed8b9df60f52e14d39fceb084 (diff)
downloadbootstrap-485b7d09409fec261f8f15cf018c9166fbd0d4d2.tar.xz
bootstrap-485b7d09409fec261f8f15cf018c9166fbd0d4d2.zip
Fixed navbar radius of example at docs
Diffstat (limited to 'dist/css')
-rw-r--r--dist/css/bootstrap-rtl.css8
-rw-r--r--dist/css/bootstrap.css8
2 files changed, 8 insertions, 8 deletions
diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css
index 50e65fa5c..43163a5af 100644
--- a/dist/css/bootstrap-rtl.css
+++ b/dist/css/bootstrap-rtl.css
@@ -6561,10 +6561,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 {
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 847b1ed40..146b1a0e4 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5296,10 +5296,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);