CrocoDillon / JustifyGrid

A new way to create layouts featuring text-align: justify and inline-blocks.
http://justifygrid.com/
The Unlicense
87 stars 13 forks source link

small issue with site customizer #3

Open SiNNuT opened 11 years ago

SiNNuT commented 11 years ago

When customizing with the 'Support old IE' option there is a problem with the generated css, it shows like this:

.lt-ie8 .grid {
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).style.fontSize="0");
}

thx for this interesting approach...i've suggested this as an alternative grid mechanism for the yahoo! Pure css framework ( http://purecss.io/ )

CrocoDillon commented 11 years ago

Thanks, I will need to update that but currently lack time. Will do next week! Would love to see this in a framework like Pure too :)