automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-03-29 04:10:35 +00:00
parent e90d69c28c
commit a922985788
6 changed files with 10 additions and 6 deletions

View file

@ -2798,12 +2798,14 @@ select[multiple].input-lg {
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -2798,12 +2798,14 @@ select[multiple].input-lg {
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;

Binary file not shown.

File diff suppressed because one or more lines are too long