mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
Update all usages of 'control-label' with 'form-control-label' in docs
This commit is contained in:
@@ -425,7 +425,7 @@ input[type="checkbox"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.control-label {
|
||||
.form-control-label {
|
||||
margin-bottom: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@
|
||||
@mixin form-control-validation($color) {
|
||||
// Color the label and help text
|
||||
.help-block,
|
||||
.control-label,
|
||||
.form-control-label,
|
||||
.radio,
|
||||
.checkbox,
|
||||
.radio-inline,
|
||||
|
Reference in New Issue
Block a user