Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. .detailthumb-1 {
  2.     margin: 0 10px 10px 0;
  3.     width: 580px;
  4.     float: left;
  5.     height: 300px;
  6. }
  7. .detailthumb-2 {
  8.     margin: 0 0 10px 0;
  9.     width: 350px;
  10.     float: left;
  11.     height: 300px;
  12. }
  13. .detailthumb-3 {
  14.     margin: 0 10px 10px 0;
  15.     width: 350px;
  16.     float: left;
  17.     height: 300px;
  18. }
  19. .detailthumb-4 {
  20.     margin: 0 0 10px 0;
  21.     width: 580px;
  22.     float: left;
  23.     height: 300px;
  24. }
  25. .subpage-link {
  26.     background-color: transparent;
  27.     color: #FFFFFF;
  28.     display: block;
  29.     height: 300px;
  30.     overflow: hidden;
  31.     position: relative;
  32.     text-decoration: none;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement