diff options
| author | Mark Otto <[email protected]> | 2011-08-25 22:44:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 22:44:31 -0700 |
| commit | cf47ef0b2eb737e00d37b41ae545fbfbf10c6196 (patch) | |
| tree | f2f68edb6e620ed6cc8052490fa734f7aaeca491 /lib | |
| parent | 38999118ac28159ba98b4288f8c029add787da6d (diff) | |
| parent | 9a00619d6e91152413abec56dd60ac88be0f8630 (diff) | |
| download | bootstrap-cf47ef0b2eb737e00d37b41ae545fbfbf10c6196.tar.xz bootstrap-cf47ef0b2eb737e00d37b41ae545fbfbf10c6196.zip | |
Merge pull request #87 from igorbozato/patch-1
.sidebar and .content in fluid layouts don't need to be divs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index b1900f012..bc6e0d1e3 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -67,11 +67,11 @@ div.container { div.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; |
