]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
better grid var comments
authorMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:25:27 +0000 (17:25 -0700)
committerMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:25:27 +0000 (17:25 -0700)
less/variables.less

index 81b53f8d50dd3468a8b6becd15766a02d6ad056d..8b114da997a1d18fa1152f420c59f573805494df 100644 (file)
 // 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;