0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

unfuck misaligned main container

This commit is contained in:
Mark Otto 2013-03-14 21:45:31 -07:00
parent 4247008e23
commit ed7fe0e5ba
2 changed files with 4 additions and 5 deletions

View File

@ -740,7 +740,7 @@ pre code {
@media screen and (min-width: 768px) {
.container {
max-width: 728px;
max-width: 758px;
}
[class^="span"] {
float: left;
@ -821,13 +821,13 @@ pre code {
@media screen and (min-width: 992px) {
.container {
max-width: 940px;
max-width: 970px;
}
}
@media screen and (min-width: 1200px) {
.container {
max-width: 1170px;
max-width: 1200px;
}
.row {
margin-right: -15px;

View File

@ -15,8 +15,7 @@ body {
}
/* */
.bs-docs-body > .container,
.bs-docs-footer .container {
.bs-docs-footer {
padding-left: 15px;
padding-right: 15px;
}