updating scaffolding page to single column

This commit is contained in:
Mark Otto
2012-06-04 23:10:30 -07:00
parent 257890f839
commit f0ff20ec40
3 changed files with 556 additions and 612 deletions

View File

@@ -677,6 +677,13 @@ form.well {
border: 1px solid #d6e9c6;
}
/* Grid examples
------------------------- */
.bs-docs-grid {
margin-left: -80px;
}
/* Responsive Docs
-------------------------------------------------- */
@@ -893,4 +900,9 @@ form.well {
width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
}
.bs-docs-grid {
width: 1170px;
margin-left: -195px;
}
}