Advertisement
Guest User

Untitled

a guest
Mar 28th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. div.simplePullQuote {
  2. font-style: italic;
  3. background-image: -webkit-linear-gradient(bottom, #fff, #f3f3f3) !important;
  4. background-image: -o-linear-gradient(bottom, #fff, #f3f3f3) !important;
  5. background-image: -moz-linear-gradient(bottom, #fff, #f3f3f3) !important;
  6. background-image: -ms-linear-gradient(bottom, #fff, #f3f3f3) !important;
  7. background-image: linear-gradient(bottom, #fff, #f3f3f3) !important;
  8. box-shadow: none;
  9. -webkit-border-radius: 10px;
  10. -moz-border-radius: 10px;
  11. border-radius: 10px;
  12. padding-top: 10px !important;
  13. margin-left: 10px !important;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement