diff options
| author | Mark Otto <[email protected]> | 2016-09-04 17:44:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-04 17:44:53 -0700 |
| commit | 93522e3ae66aad4178d74f6f550fc1bde9aa7e76 (patch) | |
| tree | 6d263933f034ed7d5c480b3ff531964278786cb3 /docs/dist/css/bootstrap.css | |
| parent | 833028a779d95c071faee9551ea4f91348d7d92c (diff) | |
| download | bootstrap-93522e3ae66aad4178d74f6f550fc1bde9aa7e76.tar.xz bootstrap-93522e3ae66aad4178d74f6f550fc1bde9aa7e76.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 09a35d957..7a95c7c7d 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4486,7 +4486,7 @@ a.tag:focus, a.tag:hover { } .alert { - padding: 15px; + padding: 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; @@ -4501,13 +4501,13 @@ a.tag:focus, a.tag:hover { } .alert-dismissible { - padding-right: 35px; + padding-right: 2rem; } .alert-dismissible .close { position: relative; - top: -2px; - right: -21px; + top: -.125rem; + right: -1rem; color: inherit; } @@ -5131,7 +5131,7 @@ button.close { .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; transition: -webkit-transform .3s ease-out; - -o-transition: transform .3s ease-out, -o-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out; -webkit-transform: translate(0, -25%); @@ -5516,7 +5516,7 @@ button.close { .carousel-inner > .carousel-item { -webkit-transition: -webkit-transform .6s ease-in-out; transition: -webkit-transform .6s ease-in-out; - -o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out; + -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out; -webkit-backface-visibility: hidden; |
