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