update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / less / utilities.less
old mode 100644 (file)
new mode 100755 (executable)
index d296b32..3d310e6
   .clearfix();
 }
 .pull-right {
-  float: right;
+  float: right !important;
 }
 .pull-left {
-  float: left;
+  float: left !important;
 }