Small fix: I noticed the use of a deprecated variable. This seems to be the only occurrence.

This commit is contained in:
Môshe van der Sterre 2013-12-27 21:27:51 +01:00
parent 201088cb5f
commit dd9c5fdb08
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@
}
}
.make-md-column-push(@columns) {
@media (min-width: @screen-md) {
@media (min-width: @screen-md-min) {
left: percentage((@columns / @grid-columns));
}
}