aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-25 22:44:31 -0700
committerMark Otto <[email protected]>2011-08-25 22:44:31 -0700
commitcf47ef0b2eb737e00d37b41ae545fbfbf10c6196 (patch)
treef2f68edb6e620ed6cc8052490fa734f7aaeca491
parent38999118ac28159ba98b4288f8c029add787da6d (diff)
parent9a00619d6e91152413abec56dd60ac88be0f8630 (diff)
downloadbootstrap-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
-rw-r--r--lib/scaffolding.less4
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;