]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add clearfix to .form-actions for .pull-right and .pull-left supported buttons, per...
authorMark Otto <markotto@twitter.com>
Wed, 22 Feb 2012 19:16:32 +0000 (11:16 -0800)
committerMark Otto <markotto@twitter.com>
Wed, 22 Feb 2012 19:16:32 +0000 (11:16 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css

index 0fc6b0d20ca7ae947a912d19e6266407cf58f8e0..cfcd0737917cf1131dc4b664f453dd3050df9df9 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index d1b95590c4536625491c591c62d358d3b968f212..eb459012e658ac115a3416880de3b7f5379b2c4f 100644 (file)
@@ -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;