diff options
| author | Chris Rebert <[email protected]> | 2013-09-04 02:02:26 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-04 02:02:26 -0700 |
| commit | 5a6fac2d8438be95623dfb7b960f806f461531df (patch) | |
| tree | 75c1341df5d677c21b5c4d7bf8bb6f62c2e5b03f | |
| parent | 4f7f1f6c6e90a2102b9fa47f3d5594909cf51630 (diff) | |
| parent | 12558bb504618429b132a75db99dcd735d2b95a4 (diff) | |
| download | bootstrap-5a6fac2d8438be95623dfb7b960f806f461531df.tar.xz bootstrap-5a6fac2d8438be95623dfb7b960f806f461531df.zip | |
Merge pull request #10427 from liamzebedee/patch-1
Fixed error in documentation in mixins.less
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index f956361fd..7cc364c63 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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)); |
