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

fix reponsive 1200+ media query to resolve mismatched gutters and negative margins on the row

This commit is contained in:
Mark Otto
2012-01-07 00:29:36 -08:00
parent 36e7660383
commit 0cb2866409
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -205,6 +205,9 @@
.container {
width: @siteWidth;
}
.row {
margin-left: @gridGutterWidth * -1;
}
[class*="span"] {
margin-left: @gridGutterWidth;
}
@@ -238,4 +241,4 @@
.offset12 { .offset(12); }
}
*/
*/