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.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.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
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); |
