/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */
/* ---------------------------------------------------------
/* This is the drupal default.css sheet override
 * This has been modified as some styles are contained the reset.css
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
  clear:both;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
  clear:both;
}
/* End hide from IE-mac */
