danii-nebot
4/4/2013 - 5:03 PM

CSS: clearfix #sublime

CSS: clearfix #sublime

/* clearfix */
  
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}