Advertisement
Guest User

cv

a guest
Nov 28th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. .col-md-3 {
  2. width: 25%;
  3. }
  4. .thumbnail {
  5. display: block;
  6. height: auto;
  7. max-width: 100%;
  8. padding: 4px;
  9. margin-bottom: 20px;
  10. line-height: 1.42857;
  11. background-color: #FFF;
  12. border: 1px solid #DDD;
  13. border-radius: 4px;
  14. transition: all 0.2s ease-in-out 0s;
  15. }
  16. .thumbnail > img {
  17. display: block;
  18. height: 75px;
  19. max-width: 100%;
  20. margin-right: auto;
  21. margin-left: auto;
  22. }
  23. .thumbnail .caption {
  24. padding: 9px;
  25. color: #333;
  26. }
  27. .thumbnail .caption p {
  28. margin: 0px 0px 10px;
  29. }
  30. .thumbnail .caption hr {
  31. margin-top: 20px;
  32. margin-bottom: 20px;
  33. border-right: 0px none;
  34. border-width: 1px 0px 0px;
  35. border-style: solid none none;
  36. border-color: #EEE -moz-use-text-color -moz-use-text-color;
  37. -moz-border-top-colors: none;
  38. -moz-border-right-colors: none;
  39. -moz-border-bottom-colors: none;
  40. -moz-border-left-colors: none;
  41. border-image: none;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement