Commit cf47ef0b authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #87 from igorbozato/patch-1

.sidebar and .content in fluid layouts don't need to be divs
parents 38999118 9a00619d
Showing with 2 additions and 2 deletions
+2 -2
...@@ -67,11 +67,11 @@ div.container { ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment