From 83354ab1566b224221aa27973c77d3c9a2cd3c35 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 29 Aug 2013 11:51:39 +0200 Subject: [PATCH] [doc] minor fix in the LESS mixins example --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index c421f2e5c0..0188331fbc 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));