This commit is contained in:
Mark Otto 2017-10-01 12:14:55 -07:00
parent 44dcc8d719
commit 79c6e54af1
5 changed files with 18 additions and 10 deletions

12
assets/js/docs.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -4346,6 +4346,7 @@ tbody.collapse.show {
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
@ -4361,9 +4362,9 @@ tbody.collapse.show {
}
.alert-dismissible .close {
position: relative;
top: -0.75rem;
right: -1.25rem;
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
@ -4908,8 +4909,8 @@ button.close {
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
@ -4917,7 +4918,8 @@ button.close {
}
.modal-header .close {
margin-left: auto;
padding: 15px;
margin: -15px -15px -15px auto;
}
.modal-title {

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.