diff options
| author | Julian Thilo <[email protected]> | 2013-08-29 08:30:17 -0700 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-08-29 08:30:17 -0700 |
| commit | 0ce3d67f359d2385dd375ae35ee2462c26d6f012 (patch) | |
| tree | 980aa53f73341820caffb18c80bf19f353603e6b | |
| parent | 5c7d339752f20627277ecd69945ae50508cefb8f (diff) | |
| parent | 83354ab1566b224221aa27973c77d3c9a2cd3c35 (diff) | |
| download | bootstrap-0ce3d67f359d2385dd375ae35ee2462c26d6f012.tar.xz bootstrap-0ce3d67f359d2385dd375ae35ee2462c26d6f012.zip | |
Merge pull request #10276 from javiereguiluz/patch-3
Correct comment in grid mixin example
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |
