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-28 12:47:59 +0400
committerZulfiqar Ali <desheikh@gmail.com>2012-11-28 12:47:59 +0400
commit693fd0db2a91ce6c8bc5ac354a6c8d97552013b7 (patch)
tree306ed00ca64d9874c99b3762a5521549b937dbb0 /less
parent701f871e7db41a8c427b84fb045f89d1656f758d (diff)
help-block margin-top should also apply after a span.uneditable-input
Diffstat (limited to 'less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 6a8edfb676..4e76173654 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -673,7 +673,7 @@ legend + .control-group {
input,
select,
textarea,
- span.input {
+ span.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}