0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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

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