diff options
| author | Mark Otto <[email protected]> | 2011-08-27 15:30:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-27 15:30:18 -0700 |
| commit | 650251228bfda8d57a09b4b350ce2b9f1e0efcc1 (patch) | |
| tree | 8672baea7464277a7ef8d498a0b0bbe69f11306a /lib/preboot.less | |
| parent | b552281558be2ae54e71df064527af5239c494ab (diff) | |
| download | bootstrap-650251228bfda8d57a09b4b350ce2b9f1e0efcc1.tar.xz bootstrap-650251228bfda8d57a09b4b350ce2b9f1e0efcc1.zip | |
redefine the grid to use attribute selectors with css regex, make previously fixed grid values use variables we use elsewhere
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 75e75020b..f5d5a48d1 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -36,7 +36,7 @@ @gridColumns: 16; @gridColumnWidth: 40px; @gridGutterWidth: 20px; -@extraSpace: 40px; +@extraSpace: (@gridGutterWidth * 2); // For our grid calculations @siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); // Color Scheme |
