]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.sidebar and .content in fluid layouts don't need to be divs 87/head
authorIgor Bozato <igor.hrk@gmail.com>
Fri, 26 Aug 2011 06:17:38 +0000 (03:17 -0300)
committerIgor Bozato <igor.hrk@gmail.com>
Fri, 26 Aug 2011 06:17:38 +0000 (03:17 -0300)
lib/scaffolding.less

index b1900f0126cbb7e5085fd371f78d2df0efa86b4e..bc6e0d1e323e215e2d3fd877ea91ea9884e447ed 100644 (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;