diff options
| author | Daijiro Wachi <[email protected]> | 2014-04-26 02:04:07 +0900 |
|---|---|---|
| committer | Daijiro Wachi <[email protected]> | 2014-04-26 02:04:07 +0900 |
| commit | 485b7d09409fec261f8f15cf018c9166fbd0d4d2 (patch) | |
| tree | aa8bbd096ce167e3c3e3428513aafc16e5ed7c85 /dist/css/bootstrap-rtl.css | |
| parent | e0d1e406d361ac0ed8b9df60f52e14d39fceb084 (diff) | |
| download | bootstrap-485b7d09409fec261f8f15cf018c9166fbd0d4d2.tar.xz bootstrap-485b7d09409fec261f8f15cf018c9166fbd0d4d2.zip | |
Fixed navbar radius of example at docs
Diffstat (limited to 'dist/css/bootstrap-rtl.css')
| -rw-r--r-- | dist/css/bootstrap-rtl.css | 8 |
1 files changed, 4 insertions, 4 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 { |
