]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ensure help-block is block per #1937
authorMark Otto <markotto@twitter.com>
Mon, 13 Feb 2012 06:49:06 +0000 (22:49 -0800)
committerMark Otto <markotto@twitter.com>
Mon, 13 Feb 2012 06:49:06 +0000 (22:49 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index 74c406578ecb7ec8a319045d5ddd71aa3e04ae73..8a96db55c01ac207707b76d2d4aeb1dac64a6092 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 38b1719de9751306819be036cc2d7fe141ce989a..e52d2f0cfd6d9d31f96e3ec850659bf851df9693 100644 (file)
@@ -832,6 +832,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
   color: #999999;
 }
 .help-block {
+  display: block;
   margin-top: 5px;
   margin-bottom: 0;
   color: #999999;
index eb98f1bcbd80736518567e30a2dcf405e6079b71..81e5bb42c77effab308b2dfeadcaea1221949858 100644 (file)
@@ -327,6 +327,7 @@ select:focus:required:invalid {
 // ---------
 
 .help-block {
+  display: block; // account for any element using help-block
   margin-top: 5px;
   margin-bottom: 0;
   color: @grayLight;