diff options
| author | Mark Otto <[email protected]> | 2012-01-29 13:06:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 13:06:57 -0800 |
| commit | 48529ad01fa2a60bfc9179743dcb5379e8ff944f (patch) | |
| tree | ecfde64a6537e5b484166721c0735682aebe9fb2 /less/variables.less | |
| parent | 059ff6bcbd48f18431ed66e4b1b2a97a9567b9f7 (diff) | |
| download | bootstrap-48529ad01fa2a60bfc9179743dcb5379e8ff944f.tar.xz bootstrap-48529ad01fa2a60bfc9179743dcb5379e8ff944f.zip | |
last minute addition of a simple fluid grid for our fluid examples; it needs work, so we're not documenting it now
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/less/variables.less b/less/variables.less index 4265d7ed3..c1e21978c 100644 --- a/less/variables.less +++ b/less/variables.less @@ -30,15 +30,6 @@ @pink: #c3325f; @purple: #7a43b6; -// Grid system -// Modify the grid styles in mixins.less -@gridColumns: 12; -@gridColumnWidth: 60px; -@gridGutterWidth: 20px; -@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); -// Fluid width sidebar -@fluidSidebarWidth: 220px; - // Typography @baseFontSize: 13px; @baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; |
