grunt dist docs

This commit is contained in:
Chris Rebert 2016-02-07 21:17:05 -08:00
parent da848536ce
commit e3b55aadea
8 changed files with 4 additions and 14 deletions

View file

@ -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: "";

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -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: "";

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.