Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorZulfiqar Ali <desheikh@gmail.com>2012-11-27 03:30:54 +0400
committerZulfiqar Ali <desheikh@gmail.com>2012-11-27 03:30:54 +0400
commit701f871e7db41a8c427b84fb045f89d1656f758d (patch)
tree882ef1c7df97c71dd7f20b633816c8ef4d5584c6 /less
parente0d0190803398ce12b2fe88e31e45993b35cf17e (diff)
help-block margin-top should also apply after a span.input
Diffstat (limited to 'less')
-rw-r--r--less/forms.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 172ed027dc..6a8edfb676 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -672,7 +672,8 @@ legend + .control-group {
// And apply it only to .help-block instances that follow a form control
input,
select,
- textarea {
+ textarea,
+ span.input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}