Advertisement
Guest User

Untitled

a guest
Sep 21st, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. .ui-helper-clearfix {
  2.   &:after {
  3.     content: ".";
  4.     display: block;
  5.     height: 0;
  6.     clear: both;
  7.     visibility: hidden;
  8.   }
  9.   display: inline-block;
  10. }
  11.  
  12. /* required comment for clearfix to work in Opera \*/
  13.  
  14. * html .ui-helper-clearfix {
  15.   height: 1%;
  16. }
  17.  
  18. .ui-helper-clearfix {
  19.   display: block;
  20. }
  21.  
  22. /* end clearfix */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement