Skip to content

Commit

Permalink
.sidebar and .content in fluid layouts don't need to be divs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbozato committed Aug 26, 2011
1 parent 3899911 commit 9a00619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/scaffolding.less
Expand Up @@ -67,11 +67,11 @@ div.container {
div.container-fluid { div.container-fluid {
padding: 0 20px; padding: 0 20px;
.clearfix(); .clearfix();
div.sidebar { .sidebar {
float: left; float: left;
width: 220px; width: 220px;
} }
div.content { .content {
min-width: 700px; min-width: 700px;
max-width: 1180px; max-width: 1180px;
margin-left: 240px; margin-left: 240px;
Expand Down

0 comments on commit 9a00619

Please sign in to comment.