Revision: 49406
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 21, 2011 14:45 by Sullan
Initial Code
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
Initial URL
Initial Description
Initial Title
Clear floats with pseudo class
Initial Tags
Initial Language
CSS