diff options
| author | Mark Otto <[email protected]> | 2011-10-16 03:08:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 03:08:14 -0700 |
| commit | be926a04bc7d1fec228b9cbd4c6d0bb0c75c30cd (patch) | |
| tree | a1cffabe4e91aec9da4046f2c7b416d5775b4e06 /lib/variables.less | |
| parent | 9e9109469e5c86c4232cc744639b286bcd9ef0ba (diff) | |
| download | bootstrap-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.less | 1 |
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)); |
