aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-08-29 08:30:17 -0700
committerJulian Thilo <[email protected]>2013-08-29 08:30:17 -0700
commit0ce3d67f359d2385dd375ae35ee2462c26d6f012 (patch)
tree980aa53f73341820caffb18c80bf19f353603e6b /css.html
parent5c7d339752f20627277ecd69945ae50508cefb8f (diff)
parent83354ab1566b224221aa27973c77d3c9a2cd3c35 (diff)
downloadbootstrap-0ce3d67f359d2385dd375ae35ee2462c26d6f012.tar.xz
bootstrap-0ce3d67f359d2385dd375ae35ee2462c26d6f012.zip
Merge pull request #10276 from javiereguiluz/patch-3
Correct comment in grid mixin example
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index c421f2e5c..0188331fb 100644
--- a/css.html
+++ b/css.html
@@ -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));