mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove element from selector
This commit is contained in:
parent
fe7b6decb1
commit
f087b3428c
2 changed files with 2 additions and 2 deletions
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 select + .help-block,
|
||||
.form-horizontal textarea + .help-block,
|
||||
.form-horizontal span.uneditable-input + .help-block {
|
||||
.form-horizontal .uneditable-input + .help-block {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -673,7 +673,7 @@ legend + .control-group {
|
|||
input,
|
||||
select,
|
||||
textarea,
|
||||
span.uneditable-input {
|
||||
.uneditable-input {
|
||||
+ .help-block {
|
||||
margin-top: @baseLineHeight / 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue