diff options
| author | Javier Eguiluz <[email protected]> | 2013-08-29 11:51:39 +0200 |
|---|---|---|
| committer | Javier Eguiluz <[email protected]> | 2013-08-29 11:51:39 +0200 |
| commit | 83354ab1566b224221aa27973c77d3c9a2cd3c35 (patch) | |
| tree | 980aa53f73341820caffb18c80bf19f353603e6b /css.html | |
| parent | 5c7d339752f20627277ecd69945ae50508cefb8f (diff) | |
| download | bootstrap-83354ab1566b224221aa27973c77d3c9a2cd3c35.tar.xz bootstrap-83354ab1566b224221aa27973c77d3c9a2cd3c35.zip | |
[doc] minor fix in the LESS mixins example
Diffstat (limited to 'css.html')
| -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)); |
