2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03: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
+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) {
@media (min-width: @screen-medium) {
margin-left: percentage((@columns / @grid-columns));