]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Small fix: I noticed the use of a deprecated variable. This seems to be the only... 12028/head
authorMôshe van der Sterre <me@moshe.nl>
Fri, 27 Dec 2013 20:27:51 +0000 (21:27 +0100)
committerMôshe van der Sterre <me@moshe.nl>
Fri, 27 Dec 2013 20:27:51 +0000 (21:27 +0100)
less/mixins.less

index 5bcaeabbca616df421f1686fc218a316134b04df..31992feca3320e4e2a3c1ff92ef6c480bd5b3cb6 100644 (file)
   }
 }
 .make-md-column-push(@columns) {
-  @media (min-width: @screen-md) {
+  @media (min-width: @screen-md-min) {
     left: percentage((@columns / @grid-columns));
   }
 }