Advertisement
srikat

Untitled

Nov 5th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. .home-below-content a.alignleft,
  2. .home-below-content a.more-link {
  3.     border-bottom: none;
  4. }
  5.  
  6. .home-below-content a.alignleft img {
  7.     margin-right: 2rem;
  8. }
  9.  
  10. .home-below-content .widget-title {
  11.     font-size: 3.6rem;
  12.     text-transform: none;
  13. }
  14.  
  15. .home-below-content {
  16.     background: #fff;
  17.     border-radius: 3px;
  18.     margin-bottom: 40px;
  19.     margin-bottom: 4rem;
  20.     padding: 40px 40px 24px;
  21.     padding: 4rem 4rem 2.4rem;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement