remove element from selector

This commit is contained in:
Mark Otto 2012-11-29 23:33:09 -08:00
parent fe7b6decb1
commit f087b3428c
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -673,7 +673,7 @@ legend + .control-group {
input,
select,
textarea,
span.uneditable-input {
.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}