Advertisement
bhengh

SB remove subscribe background: OLD code

Jul 10th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .podcastall {
  2. float:left;
  3. background: #fff0c8 url(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_background.png) repeat-x;
  4. padding: 0.5em;
  5. font-size: 1em;
  6. -moz-border-radius: 7px;
  7. -webkit-border-radius: 7px;
  8. }
  9.  
  10. .podcastcustom {
  11. float:right;
  12. background: #fce4ff url(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_custom_background.png) repeat-x;
  13. padding: 0.5em;
  14. font-size: 1em;
  15. -moz-border-radius: 7px;
  16. -webkit-border-radius: 7px;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement