Team:Bordeaux/essai

From 2012.igem.org

(Difference between revisions)
Line 306: Line 306:
}
}
 +
/* `Clear Floated Elements
 +
----------------------------------------------------------------------------------------------------*/
 +
/* http://sonspring.com/journal/clearing-floats */
 +
 +
.clear {
 +
  clear: both;
 +
  display: block;
 +
  overflow: hidden;
 +
  visibility: hidden;
 +
  width: 0;
 +
  height: 0;
 +
}
 +
 +
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
 +
 +
.clearfix:before,
 +
.clearfix:after,
 +
.container_24:before,
 +
.container_24:after {
 +
  content: '.';
 +
  display: block;
 +
  overflow: hidden;
 +
  visibility: hidden;
 +
  font-size: 0;
 +
  line-height: 0;
 +
  width: 0;
 +
  height: 0;
 +
}
 +
 +
.clearfix:after,
 +
.container_24:after {
 +
  clear: both;
 +
}
 +
 +
/*
 +
  The following zoom:1 rule is specifically for IE6 + IE7.
 +
  Move to separate stylesheet if invalid CSS is a problem.
 +
*/
 +
 +
.clearfix,
 +
.container_24 {
 +
  zoom: 1;
</style>
</style>

Revision as of 07:56, 13 July 2012

bala