2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

[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 -1
View File
@@ -501,7 +501,7 @@ base_url: "../"
} }
} }
// Generate the large column offsets // Generate the medium column offsets
.make-md-column-offset(@columns) { .make-md-column-offset(@columns) {
@media (min-width: @screen-medium) { @media (min-width: @screen-medium) {
margin-left: percentage((@columns / @grid-columns)); margin-left: percentage((@columns / @grid-columns));