Guest User

Untitled

a guest
Jan 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. /* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
  2. .clearfix:before, .clearfix:after {
  3. content: "\0020"; display: block; height: 0; visibility: hidden;
  4. }
  5.  
  6. .clearfix:after { clear: both; }
  7. /* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
  8. .clearfix { zoom: 1; }
  9.  
  10. /* clear Outlines on links and buttons */
  11. :focus {outline:none;}
  12. ::-moz-focus-inner {border:0;}
Add Comment
Please, Sign In to add comment