mirror of https://github.com/twbs/bootstrap.git
grunt dist docs
This commit is contained in:
parent
da848536ce
commit
e3b55aadea
|
@ -2130,7 +2130,7 @@ pre code {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
select.form-control:not([size], [multiple]) {
|
||||
select.form-control:not([size]):not([multiple]) {
|
||||
height: 2.25rem;
|
||||
}
|
||||
|
||||
|
@ -3145,11 +3145,6 @@ input[type="button"].btn-block {
|
|||
z-index: 990;
|
||||
}
|
||||
|
||||
.pull-right > .dropdown-menu {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.dropup .caret,
|
||||
.navbar-fixed-bottom .dropdown .caret {
|
||||
content: "";
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2130,7 +2130,7 @@ pre code {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
select.form-control:not([size], [multiple]) {
|
||||
select.form-control:not([size]):not([multiple]) {
|
||||
height: 2.25rem;
|
||||
}
|
||||
|
||||
|
@ -3145,11 +3145,6 @@ input[type="button"].btn-block {
|
|||
z-index: 990;
|
||||
}
|
||||
|
||||
.pull-right > .dropdown-menu {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.dropup .caret,
|
||||
.navbar-fixed-bottom .dropdown .caret {
|
||||
content: "";
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue