2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

resolve issue #87 in this branch

This commit is contained in:
Mark Otto
2011-08-25 22:44:23 -07:00
parent ce615d016a
commit 7d821f18ac
3 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -81,20 +81,20 @@ body {
}
// Container (centered, fixed-width layouts)
div.container {
.container {
width: 940px;
margin: 0 auto;
}
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
div.container-fluid {
.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;