0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #10276 from javiereguiluz/patch-3

Correct comment in grid mixin example
This commit is contained in:
Julian Thilo 2013-08-29 08:30:17 -07:00
commit 0ce3d67f35

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