From 609142eee254ef0981a72a1921a053d2a7f16bc6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Aug 2012 22:42:12 -0700 Subject: fixes #4729: only use margin-top on .help-block when it follows an input, select, textarea --- docs/assets/css/bootstrap.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 96d5500d6..0cef969da 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1792,10 +1792,15 @@ legend + .control-group { } .form-horizontal .help-block { - margin-top: 10px; margin-bottom: 0; } +.form-horizontal input + .help-block, +.form-horizontal select + .help-block, +.form-horizontal textarea + .help-block { + margin-top: 10px; +} + .form-horizontal .form-actions { padding-left: 160px; } -- cgit v1.2.3