From: Mark Otto Date: Sun, 15 Apr 2012 23:57:11 +0000 (-0700) Subject: remove @gridRowWidth var since we don't use it anywhere X-Git-Tag: v2.0.3~5^2~22^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5310dc877d4a42299f65c2b68f51154da8d523;p=thirdparty%2Fbootstrap.git remove @gridRowWidth var since we don't use it anywhere --- diff --git a/less/variables.less b/less/variables.less index a9e3d4082c..9c7d71559b 100644 --- a/less/variables.less +++ b/less/variables.less @@ -197,7 +197,6 @@ @gridColumns: 12; @gridColumnWidth: 60px; @gridGutterWidth: 20px; -@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); // Fluid grid