aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-29 23:33:09 -0800
committerMark Otto <[email protected]>2012-11-29 23:33:09 -0800
commitf087b3428c6b48ee34b8da3991fc692e04719898 (patch)
tree7b47cbe8931ad9a5e8b04799b841d9e91534f9c6 /docs
parentfe7b6decb17786c2cd1ce80205d06ad7a3f8ba0e (diff)
downloadbootstrap-f087b3428c6b48ee34b8da3991fc692e04719898.tar.xz
bootstrap-f087b3428c6b48ee34b8da3991fc692e04719898.zip
remove element from selector
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 79a7a1520..50453131c 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1958,7 +1958,7 @@ legend + .control-group {
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
-.form-horizontal span.uneditable-input + .help-block {
+.form-horizontal .uneditable-input + .help-block {
margin-top: 10px;
}