From 8609a77bd2f2b18a88efea5b31d6b6f90036e702 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 22 Feb 2012 11:16:32 -0800 Subject: add clearfix to .form-actions for .pull-right and .pull-left supported buttons, per #1978 and #2173 --- docs/assets/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d1b95590c..eb459012e 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; -- cgit v1.2.3