diff options
| author | Mark Otto <[email protected]> | 2011-09-16 14:07:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 14:07:18 -0700 |
| commit | 732ff9ed1c0b590c17951de412024cb7acd5763a (patch) | |
| tree | 197410be030ea6a2dea53920cf6a6ae3d14237aa /lib | |
| parent | 08d017592b8369bca64a90eb4b8305bf36ea1412 (diff) | |
| download | bootstrap-732ff9ed1c0b590c17951de412024cb7acd5763a.tar.xz bootstrap-732ff9ed1c0b590c17951de412024cb7acd5763a.zip | |
fix fluid example
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index aede36e53..26bb0cc05 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -24,6 +24,7 @@ body { // Fluid layouts (left aligned, with sidebar, min- & max-width content) .container-fluid { position: relative; + min-width: 940px; padding-left: 20px; padding-right: 20px; .clearfix(); @@ -33,21 +34,10 @@ body { } // TODO in v2: rename this and .popover .content to be more specific > .content { - float: left; - min-width: 700px; - max-width: 1180px; - margin-left: 20px; + margin-left: 240px; } } -// Toggling content -.hide { - display: none; -} -.show { - display: block; -} - // BASE STYLES // ----------- @@ -72,6 +62,14 @@ a { float: left; } +// Toggling content +.hide { + display: none; +} +.show { + display: block; +} + // GRID SYSTEM // ----------- |
