]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change clearfix mixin to drop parens that prevent it from being a class, too
authorMark Otto <markotto@twitter.com>
Fri, 17 Feb 2012 06:04:11 +0000 (22:04 -0800)
committerMark Otto <markotto@twitter.com>
Fri, 17 Feb 2012 06:04:11 +0000 (22:04 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
less/mixins.less

index 5d59b6d7f64693f25011887bd18cd20b8757a169..4ef9191d60941b8d685f8861425f57e3a8b8d2b4 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index a4277a26f01ffc8db874ef3e0e35226f0d711c71..780719e6501c42bb8b1d01548fd94154c619afc7 100644 (file)
@@ -7,6 +7,16 @@
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
  */
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before, .clearfix:after {
+  display: table;
+  content: "";
+}
+.clearfix:after {
+  clear: both;
+}
 .hidden {
   display: none;
   visibility: hidden;
index d6441d13356dbb6397a24e66a8d72df90c29e07e..74d7308be911d808ae319825fa000d6ea0f52905 100644 (file)
@@ -94,6 +94,16 @@ textarea {
   overflow: auto;
   vertical-align: top;
 }
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before, .clearfix:after {
+  display: table;
+  content: "";
+}
+.clearfix:after {
+  clear: both;
+}
 body {
   margin: 0;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
index 96af8219d8015558c324212051e30621858985ff..3cf1a3704096283e76fb14e2094bf85b9ea70107 100644 (file)
@@ -9,7 +9,7 @@
 // Clearfix
 // --------
 // For clearing floats like a boss h5bp.com/q
-.clearfix() {
+.clearfix {
   *zoom: 1;
   &:before,
   &:after {