Advertisement
Guest User

Untitled

a guest
Aug 24th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. .post-row
  2. {
  3.     width:735px;
  4. }
  5.  
  6. .post-row .post-item
  7. {
  8.     width:350px;
  9.     margin-bottom:40px;
  10.     float:left;
  11.     margin-right:35px;
  12. }
  13.  
  14. .post-row .post-item:last-child
  15. {
  16.     margin-right:0px;
  17. }
  18.  
  19.  
  20. .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  21. .clearfix { display: inline-block; } /* Hide from IE Mac \*/
  22. .clearfix { display: block; } /* End hide from IE Mac */
  23. .none { display: none; } /* End Clearfix */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement