1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

Bring back some 'help text' love for forms with .form-text

- Includes new class
- New docs to support it
- Rearranged older docs
This commit is contained in:
Mark Otto
2016-05-10 08:24:38 -07:00
parent 73d9815343
commit 425e3d407e
2 changed files with 26 additions and 17 deletions

View File

@@ -181,6 +181,11 @@ select.form-control-lg {
margin-bottom: $form-group-margin-bottom;
}
.form-text {
display: block;
margin-top: ($spacer * .25);
}
// Checkboxes and radios
//
@@ -244,7 +249,7 @@ select.form-control-lg {
// Apply contextual and semantic states to individual form controls.
.form-control-feedback {
margin-top: .5rem;
margin-top: ($spacer * .25);
}
.form-control-success,