Commit e260661a authored by Bootstrap's Grunt bot's avatar Bootstrap's Grunt bot

automatic `grunt dist`

parent f025840e
......@@ -6538,7 +6538,7 @@ button.close {
display: block !important;
}
table.visible-xs {
display: table;
display: table !important;
}
tr.visible-xs {
display: table-row !important;
......@@ -6568,7 +6568,7 @@ button.close {
display: block !important;
}
table.visible-sm {
display: table;
display: table !important;
}
tr.visible-sm {
display: table-row !important;
......@@ -6598,7 +6598,7 @@ button.close {
display: block !important;
}
table.visible-md {
display: table;
display: table !important;
}
tr.visible-md {
display: table-row !important;
......@@ -6628,7 +6628,7 @@ button.close {
display: block !important;
}
table.visible-lg {
display: table;
display: table !important;
}
tr.visible-lg {
display: table-row !important;
......@@ -6681,7 +6681,7 @@ button.close {
display: block !important;
}
table.visible-print {
display: table;
display: table !important;
}
tr.visible-print {
display: table-row !important;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2728,12 +2728,12 @@ select[multiple].input-sm {
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
......@@ -2765,12 +2765,12 @@ select[multiple].input-lg {
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
......@@ -6538,7 +6538,7 @@ button.close {
display: block !important;
}
table.visible-xs {
display: table;
display: table !important;
}
tr.visible-xs {
display: table-row !important;
......@@ -6568,7 +6568,7 @@ button.close {
display: block !important;
}
table.visible-sm {
display: table;
display: table !important;
}
tr.visible-sm {
display: table-row !important;
......@@ -6598,7 +6598,7 @@ button.close {
display: block !important;
}
table.visible-md {
display: table;
display: table !important;
}
tr.visible-md {
display: table-row !important;
......@@ -6628,7 +6628,7 @@ button.close {
display: block !important;
}
table.visible-lg {
display: table;
display: table !important;
}
tr.visible-lg {
display: table-row !important;
......@@ -6681,7 +6681,7 @@ button.close {
display: block !important;
}
table.visible-print {
display: table;
display: table !important;
}
tr.visible-print {
display: table-row !important;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
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