|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
#HTTP_HEADER{Vary: Accept-Encoding} |
|
|
|
|
|
|
|
|
|
/* **************** GRIDS ***************** */ |
|
|
|
|
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; } |
|
|
|
|
.unit{float:#ENV{left};_zoom:1;} |
|
|
|
|
.line, .lastUnit {overflow: hidden; } |
|
|
|
|
.unit{float:#ENV{left};} |
|
|
|
|
.unitExt{float:#ENV{right};} |
|
|
|
|
.size1of1{float:none;} |
|
|
|
|
.size1of2{width:50%;} |
|
|
|
@ -27,6 +27,6 @@
|
|
|
|
|
.size2of5{width:40%;} |
|
|
|
|
.size3of5{width:60%;} |
|
|
|
|
.size4of5{width:80%;} |
|
|
|
|
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;} |
|
|
|
|
.lastUnit {float:none;width:auto;} |
|
|
|
|
/* extending grids to allow a unit that takes the width of its content */ |
|
|
|
|
.media{width:auto;} |