Skip to content

Commit cf47ef0

Browse files
committed
Merge pull request twbs#87 from igorbozato/patch-1
.sidebar and .content in fluid layouts don't need to be divs
2 parents 3899911 + 9a00619 commit cf47ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/scaffolding.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ div.container {
6767
div.container-fluid {
6868
padding: 0 20px;
6969
.clearfix();
70-
div.sidebar {
70+
.sidebar {
7171
float: left;
7272
width: 220px;
7373
}
74-
div.content {
74+
.content {
7575
min-width: 700px;
7676
max-width: 1180px;
7777
margin-left: 240px;

0 commit comments

Comments
 (0)