[doc] minor fix in the LESS mixins example

This commit is contained in:
Javier Eguiluz 2013-08-29 11:51:39 +02:00
parent 5c7d339752
commit 83354ab156
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ base_url: "../"
}
}
// Generate the large column offsets
// Generate the medium column offsets
.make-md-column-offset(@columns) {
@media (min-width: @screen-medium) {
margin-left: percentage((@columns / @grid-columns));