]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move mixin to mixins.less
authorMark Otto <otto@github.com>
Tue, 25 Jun 2013 20:32:21 +0000 (13:32 -0700)
committerMark Otto <otto@github.com>
Tue, 25 Jun 2013 20:32:21 +0000 (13:32 -0700)
less/mixins.less
less/responsive-utilities.less

index 9825e9a2d683d82c265ada548d07b281e0739efb..879836a8c6f258ed5ba7776821a74de085ecdc88 100644 (file)
   margin-bottom: ((@navbar-height - @element-height) / 2);
 }
 
+// Responsive utilities
+// -------------------------
+// More easily include all the states for responsive-utilities.less.
+.responsive-visibility() {
+  display: block !important;
+  tr& { display: table-row !important; }
+  th&,
+  td& { display: table-cell !important; }
+}
+
 
 
 // Grid System
     color: @text-color;
     border-color: @border-color;
     background-color: @background-color;
-  }  
+  }
 }
index e6a8bf7e9a565d40b2a2e8fc4271a66c7121283e..65fdc3d1334dd327130a2a226f45415c015d076e 100644 (file)
 }
 
 // Visibility utilities
-.responsive-visibility() {
-  display: block !important;
-  tr& { display: table-row !important; }
-  th&,
-  td& { display: table-cell !important; }
-}
 
 // For Phones
 .visible-sm   {