mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
remove element from selector
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -1958,7 +1958,7 @@ legend + .control-group {
|
|||||||
.form-horizontal input + .help-block,
|
.form-horizontal input + .help-block,
|
||||||
.form-horizontal select + .help-block,
|
.form-horizontal select + .help-block,
|
||||||
.form-horizontal textarea + .help-block,
|
.form-horizontal textarea + .help-block,
|
||||||
.form-horizontal span.uneditable-input + .help-block {
|
.form-horizontal .uneditable-input + .help-block {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -673,7 +673,7 @@ legend + .control-group {
|
|||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
span.uneditable-input {
|
.uneditable-input {
|
||||||
+ .help-block {
|
+ .help-block {
|
||||||
margin-top: @baseLineHeight / 2;
|
margin-top: @baseLineHeight / 2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user