aboutsummaryrefslogtreecommitdiff
path: root/lib/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-16 03:08:14 -0700
committerMark Otto <[email protected]>2011-10-16 03:08:14 -0700
commitbe926a04bc7d1fec228b9cbd4c6d0bb0c75c30cd (patch)
treea1cffabe4e91aec9da4046f2c7b416d5775b4e06 /lib/variables.less
parent9e9109469e5c86c4232cc744639b286bcd9ef0ba (diff)
downloadbootstrap-be926a04bc7d1fec228b9cbd4c6d0bb0c75c30cd.tar.xz
bootstrap-be926a04bc7d1fec228b9cbd4c6d0bb0c75c30cd.zip
fix uber size in responsive; remove @extraspace variable by changing grid to use :first-child over negative margin
Diffstat (limited to 'lib/variables.less')
-rw-r--r--lib/variables.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/variables.less b/lib/variables.less
index 24eb8b45a..92d09de70 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -41,7 +41,6 @@
@gridColumns: 12;
@gridColumnWidth: 60px;
@gridGutterWidth: 20px;
-@extraSpace: (@gridGutterWidth * 2); // For our grid calculations
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));