diff options
| author | Mark Otto <[email protected]> | 2012-04-24 02:11:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-24 02:11:59 -0700 |
| commit | d8aaf507981dbecb146bc77e288a3f10387923cd (patch) | |
| tree | 59c43e97243690e77a7ee023b7c43af4d3fa8908 /less/variables.less | |
| parent | 1c2db11d58cfb35ab513d104eb845b4dce34f750 (diff) | |
| download | bootstrap-d8aaf507981dbecb146bc77e288a3f10387923cd.tar.xz bootstrap-d8aaf507981dbecb146bc77e288a3f10387923cd.zip | |
implement ie7 fluid tests and semantic.gs IE7 hack for rounding in ie7; not perfect, but mostly solid
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index ca8e3ae40..d8825fb07 100644 --- a/less/variables.less +++ b/less/variables.less @@ -197,6 +197,7 @@ @gridColumns: 12; @gridColumnWidth: 60px; @gridGutterWidth: 20px; +@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); // Fluid grid // ------------------------- |
