diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f53a3b458d..3ac976ea26 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -980,8 +980,8 @@ textarea[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { - float: none; - margin-left: 0; + xmargin-left: 0; + xfloat: none; } .input-append input[class*="span"], diff --git a/docs/base-css.html b/docs/base-css.html index 7504f24699..b87c278299 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -872,7 +872,7 @@ For example, <code><section></code> should be wrapped as inlin
Individual form controls receive styling, but without any required base class on the <form>
or large changes in markup. Results in stacked, left-aligned labels on top of form controls.