2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixed error in documentation in mixins.less

This commit is contained in:
Liam
2013-09-04 18:59:44 +10:00
parent 4f7f1f6c6e
commit 12558bb504
+1 -1
View File
@@ -618,7 +618,7 @@
}
}
// Generate the large column offsets
// Generate the medium column offsets
.make-md-column-offset(@columns) {
@media (min-width: @screen-md-min) {
margin-left: percentage((@columns / @grid-columns));