test/css/grid/responsive.css in ezy-0.2.6.alpha vs test/css/grid/responsive.css in ezy-0.2.7.alpha
- old
+ new
@@ -41,9 +41,11 @@
_display: inline;
}
.page {
max-width: 1050px;
+ /* Forcing static grid on IE6 and IE7 */
+ *width: 1050px;
padding-left: 0;
padding-right: 0;
}
.grid {