1
0
Fork 0
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:
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 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;
} }

View file

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