Commit 2900711d authored by Bootstrap's Grunt bot's avatar Bootstrap's Grunt bot
Browse files

automatic `grunt dist`

[ci skip]
parent 1e64e720
Showing with 16 additions and 6 deletions
+16 -6
...@@ -2796,13 +2796,15 @@ select[multiple].input-lg { ...@@ -2796,13 +2796,15 @@ select[multiple].input-lg {
pointer-events: none; pointer-events: none;
} }
.input-lg + .form-control-feedback, .input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback { .input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px; width: 46px;
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
.input-sm + .form-control-feedback, .input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback { .input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px; width: 30px;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
...@@ -5250,6 +5252,9 @@ a.thumbnail.active { ...@@ -5250,6 +5252,9 @@ a.thumbnail.active {
.media-object { .media-object {
display: block; display: block;
} }
.media-object.img-thumbnail {
max-width: none;
}
.media-right, .media-right,
.media > .pull-right { .media > .pull-right {
padding-left: 10px; padding-left: 10px;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2796,13 +2796,15 @@ select[multiple].input-lg { ...@@ -2796,13 +2796,15 @@ select[multiple].input-lg {
pointer-events: none; pointer-events: none;
} }
.input-lg + .form-control-feedback, .input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback { .input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px; width: 46px;
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
.input-sm + .form-control-feedback, .input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback { .input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px; width: 30px;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
...@@ -5250,6 +5252,9 @@ a.thumbnail.active { ...@@ -5250,6 +5252,9 @@ a.thumbnail.active {
.media-object { .media-object {
display: block; display: block;
} }
.media-object.img-thumbnail {
max-width: none;
}
.media-right, .media-right,
.media > .pull-right { .media > .pull-right {
padding-left: 10px; padding-left: 10px;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment