Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /****** Float clearing - http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best/1633170#1633170 / http://nicolasgallagher.com/micro-clearfix-hack/ ******/
  2. .c:before, .c:after { content:""; display:table; }
  3. .c:after { clear:both; }
  4. .c { zoom:1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement