From: Mark Otto Date: Mon, 1 Apr 2013 00:25:27 +0000 (-0700) Subject: better grid var comments X-Git-Tag: v3.0.0-rc1~500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e414830280118cd6c5dd5f39d24e02dc82b267;p=thirdparty%2Fbootstrap.git better grid var comments --- diff --git a/less/variables.less b/less/variables.less index 81b53f8d50..8b114da997 100644 --- a/less/variables.less +++ b/less/variables.less @@ -349,6 +349,9 @@ // Grid system // -------------------------------------------------- +// Number of columns in the grid system @grid-columns: 12; +// Padding, to be divided by two and applied to the left and right of all columns @grid-gutter-width: 30px; +// Point at which the navbar stops collapsing @grid-float-breakpoint: 768px;