1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #10427 from liamzebedee/patch-1

Fixed error in documentation in mixins.less
This commit is contained in:
Chris Rebert 2013-09-04 02:02:26 -07:00
commit 5a6fac2d84

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