ho trovato questo file css:
.clearfix:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix
{
min-width: 0; /* trigger hasLayout for IE7 */
display: inline-block;
/* \*/ display: block; /* Hide from IE Mac */
}
* html .clearfix
{
/* \*/ height: 1%; /* Hide from IE Mac */
}
.clear {
clear:both;
}
protrebbe stare qui il problema?