Skip to content

Commit

Permalink
ensure help-block is block per #1937
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 13, 2012
1 parent cbe10bd commit ce5976f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/css/bootstrap.css
Expand Up @@ -832,6 +832,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
color: #999999;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 0;
color: #999999;
Expand Down
1 change: 1 addition & 0 deletions less/forms.less
Expand Up @@ -327,6 +327,7 @@ select:focus:required:invalid {
// ---------

.help-block {
display: block; // account for any element using help-block
margin-top: 5px;
margin-bottom: 0;
color: @grayLight;
Expand Down

0 comments on commit ce5976f

Please sign in to comment.