aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorJavier Eguiluz <[email protected]>2013-08-29 11:51:39 +0200
committerJavier Eguiluz <[email protected]>2013-08-29 11:51:39 +0200
commit83354ab1566b224221aa27973c77d3c9a2cd3c35 (patch)
tree980aa53f73341820caffb18c80bf19f353603e6b /css.html
parent5c7d339752f20627277ecd69945ae50508cefb8f (diff)
downloadbootstrap-83354ab1566b224221aa27973c77d3c9a2cd3c35.tar.xz
bootstrap-83354ab1566b224221aa27973c77d3c9a2cd3c35.zip
[doc] minor fix in the LESS mixins 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));