Merge branch 'master' into docs_derp

This commit is contained in:
Mark Otto 2013-12-27 16:41:33 -08:00
commit adab81ddcd
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

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));
}
}