From: BigBlueHat - Web Manufacturer Date: Tue, 14 Feb 2012 20:16:55 +0000 (-0500) Subject: Adding .clearfix() to .form-actions to allow for .pull-right button containers X-Git-Tag: v2.0.2~104^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18760393d7dbc3576622e1b99e2fbb5f973aa7d2;p=thirdparty%2Fbootstrap.git Adding .clearfix() to .form-actions to allow for .pull-right button containers --- diff --git a/less/forms.less b/less/forms.less index 9c9a9b8a9f..62f9fec002 100644 --- a/less/forms.less +++ b/less/forms.less @@ -324,6 +324,7 @@ select:focus:required:invalid { margin-bottom: @baseLineHeight; background-color: #f5f5f5; border-top: 1px solid #ddd; + .clearfix(); // Adding clearfix to allow for .pull-right button containers } // For text that needs to appear as an input but should not be an input