From: Mark Otto Date: Wed, 22 Feb 2012 19:16:32 +0000 (-0800) Subject: add clearfix to .form-actions for .pull-right and .pull-left supported buttons, per... X-Git-Tag: v2.0.2~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8609a77bd2f2b18a88efea5b31d6b6f90036e702;p=thirdparty%2Fbootstrap.git add clearfix to .form-actions for .pull-right and .pull-left supported buttons, per #1978 and #2173 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 0fc6b0d20c..cfcd073791 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d1b95590c4..eb459012e6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -845,6 +845,14 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec margin-bottom: 18px; background-color: #f5f5f5; border-top: 1px solid #ddd; + *zoom: 1; +} +.form-actions:before, .form-actions:after { + display: table; + content: ""; +} +.form-actions:after { + clear: both; } .uneditable-input { display: block;