mirror of https://github.com/twbs/bootstrap.git
fix reponsive 1200+ media query to resolve mismatched gutters and negative margins on the row
This commit is contained in:
parent
36e7660383
commit
0cb2866409
|
@ -6,7 +6,7 @@
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||||
* Date: Sat Jan 7 00:24:46 PST 2012
|
* Date: Sat Jan 7 00:29:11 PST 2012
|
||||||
*/
|
*/
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -3160,6 +3160,9 @@ a.thumbnail:hover {
|
||||||
.container {
|
.container {
|
||||||
width: @siteWidth;
|
width: @siteWidth;
|
||||||
}
|
}
|
||||||
|
.row {
|
||||||
|
margin-left: @gridGutterWidth * -1;
|
||||||
|
}
|
||||||
[class*="span"] {
|
[class*="span"] {
|
||||||
margin-left: @gridGutterWidth;
|
margin-left: @gridGutterWidth;
|
||||||
}
|
}
|
||||||
|
@ -3193,4 +3196,4 @@ a.thumbnail:hover {
|
||||||
.offset12 { .offset(12); }
|
.offset12 { .offset(12); }
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
*/
|
|
@ -205,6 +205,9 @@
|
||||||
.container {
|
.container {
|
||||||
width: @siteWidth;
|
width: @siteWidth;
|
||||||
}
|
}
|
||||||
|
.row {
|
||||||
|
margin-left: @gridGutterWidth * -1;
|
||||||
|
}
|
||||||
[class*="span"] {
|
[class*="span"] {
|
||||||
margin-left: @gridGutterWidth;
|
margin-left: @gridGutterWidth;
|
||||||
}
|
}
|
||||||
|
@ -238,4 +241,4 @@
|
||||||
.offset12 { .offset(12); }
|
.offset12 { .offset(12); }
|
||||||
|
|
||||||
}
|
}
|
||||||
*/
|
*/
|
Loading…
Reference in New Issue