0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-03-29 04:00:36 +00:00
parent f025840eae
commit e260661ab8
6 changed files with 20 additions and 20 deletions

View File

@ -6538,7 +6538,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-xs { table.visible-xs {
display: table; display: table !important;
} }
tr.visible-xs { tr.visible-xs {
display: table-row !important; display: table-row !important;
@ -6568,7 +6568,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-sm { table.visible-sm {
display: table; display: table !important;
} }
tr.visible-sm { tr.visible-sm {
display: table-row !important; display: table-row !important;
@ -6598,7 +6598,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-md { table.visible-md {
display: table; display: table !important;
} }
tr.visible-md { tr.visible-md {
display: table-row !important; display: table-row !important;
@ -6628,7 +6628,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-lg { table.visible-lg {
display: table; display: table !important;
} }
tr.visible-lg { tr.visible-lg {
display: table-row !important; display: table-row !important;
@ -6681,7 +6681,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-print { table.visible-print {
display: table; display: table !important;
} }
tr.visible-print { tr.visible-print {
display: table-row !important; display: table-row !important;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2728,12 +2728,12 @@ select[multiple].input-sm {
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
select.form-group-sm .form-control { .form-group-sm select.form-control {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
textarea.form-group-sm .form-control, .form-group-sm textarea.form-control,
select[multiple].form-group-sm .form-control { .form-group-sm select[multiple].form-control {
height: auto; height: auto;
} }
.form-group-sm .form-control-static { .form-group-sm .form-control-static {
@ -2765,12 +2765,12 @@ select[multiple].input-lg {
line-height: 1.3333333; line-height: 1.3333333;
border-radius: 6px; border-radius: 6px;
} }
select.form-group-lg .form-control { .form-group-lg select.form-control {
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
textarea.form-group-lg .form-control, .form-group-lg textarea.form-control,
select[multiple].form-group-lg .form-control { .form-group-lg select[multiple].form-control {
height: auto; height: auto;
} }
.form-group-lg .form-control-static { .form-group-lg .form-control-static {
@ -6538,7 +6538,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-xs { table.visible-xs {
display: table; display: table !important;
} }
tr.visible-xs { tr.visible-xs {
display: table-row !important; display: table-row !important;
@ -6568,7 +6568,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-sm { table.visible-sm {
display: table; display: table !important;
} }
tr.visible-sm { tr.visible-sm {
display: table-row !important; display: table-row !important;
@ -6598,7 +6598,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-md { table.visible-md {
display: table; display: table !important;
} }
tr.visible-md { tr.visible-md {
display: table-row !important; display: table-row !important;
@ -6628,7 +6628,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-lg { table.visible-lg {
display: table; display: table !important;
} }
tr.visible-lg { tr.visible-lg {
display: table-row !important; display: table-row !important;
@ -6681,7 +6681,7 @@ button.close {
display: block !important; display: block !important;
} }
table.visible-print { table.visible-print {
display: table; display: table !important;
} }
tr.visible-print { tr.visible-print {
display: table-row !important; display: table-row !important;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long