2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fixes #8959: only negative indent rows within .container (prevents horizontal scroll on full-width pages)

This commit is contained in:
Mark Otto
2013-08-06 21:11:16 -07:00
parent 18a4082553
commit d1e712d848
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -757,7 +757,7 @@ pre code {
}
@media (min-width: 768px) {
.row {
.container .row {
margin-right: -15px;
margin-left: -15px;
}
@@ -1691,7 +1691,7 @@ textarea.input-sm {
}
@media (min-width: 768px) {
.form-horizontal .form-group {
.container .form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}