Skip to content

Instantly share code, notes, and snippets.

@rnmp
Created July 9, 2011 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnmp/1073600 to your computer and use it in GitHub Desktop.
Save rnmp/1073600 to your computer and use it in GitHub Desktop.
A new micro clearfix as seen on: http://nicolasgallagher.com/micro-clearfix-hack/
.cleared:before, .cleared:after {
content: '';
display: table; }
.cleared:after {
clear: both; }
.cleared {
zoom: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment