diff options
| author | Mark Otto <[email protected]> | 2011-08-25 22:44:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 22:44:23 -0700 |
| commit | 7d821f18acf04cddd1067ee612773ce2f98cb4ac (patch) | |
| tree | f5178b9dcac1468a2a530c3c67b043bf03bf65ec /lib | |
| parent | ce615d016a8ac380dae871358cfc7e745b5e20c2 (diff) | |
| download | bootstrap-7d821f18acf04cddd1067ee612773ce2f98cb4ac.tar.xz bootstrap-7d821f18acf04cddd1067ee612773ce2f98cb4ac.zip | |
resolve issue #87 in this branch
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index ad5cc7644..6b7fa799f 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -81,20 +81,20 @@ body { } // Container (centered, fixed-width layouts) -div.container { +.container { width: 940px; margin: 0 auto; } // Fluid layouts (left aligned, with sidebar, min- & max-width content) -div.container-fluid { +.container-fluid { padding: 0 20px; .clearfix(); - div.sidebar { + .sidebar { float: left; width: 220px; } - div.content { + .content { min-width: 700px; max-width: 1180px; margin-left: 240px; |
