diff options
| author | Mark Otto <[email protected]> | 2012-01-07 03:53:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 03:53:20 -0800 |
| commit | 33dad13014ae2272d3fcf799f114bfcf8256d968 (patch) | |
| tree | 15a69e5b256bf0b9de12e3fc44c57148ebbc5d11 /lib/variables.less | |
| parent | 8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8 (diff) | |
| download | bootstrap-33dad13014ae2272d3fcf799f114bfcf8256d968.tar.xz bootstrap-33dad13014ae2272d3fcf799f114bfcf8256d968.zip | |
update fluid layout to use variable for sidebar width
Diffstat (limited to 'lib/variables.less')
| -rw-r--r-- | lib/variables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/variables.less b/lib/variables.less index 03f1028f8..dfd773304 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -43,6 +43,9 @@ @gridGutterWidth: 20px; @siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); +// Fluid width sidebar +@fluidSidebarWidth: 220px; + // THEME VARIABLES // --------------- |
