2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

.sidebar and .content in fluid layouts don't need to be divs

This commit is contained in:
Igor Bozato
2011-08-26 03:17:38 -03:00
parent 38999118ac
commit 9a00619d6e
+2 -2
View File
@@ -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;