Skip to content

Instantly share code, notes, and snippets.

@szimek
Created May 8, 2011 09:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szimek/961252 to your computer and use it in GitHub Desktop.
Save szimek/961252 to your computer and use it in GitHub Desktop.
Facebook CSS
.clearfix {
display: block;
zoom: 1;
}
.clearfix::after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment