From: Javier Eguiluz Date: Thu, 29 Aug 2013 09:51:39 +0000 (+0200) Subject: [doc] minor fix in the LESS mixins example X-Git-Tag: v3.0.1~109^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10276%2Fhead;p=thirdparty%2Fbootstrap.git [doc] minor fix in the LESS mixins example --- 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));