mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
Merge pull request #87 from igorbozato/patch-1
.sidebar and .content in fluid layouts don't need to be divs
This commit is contained in:
commit
cf47ef0b2e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue