View difference between Paste ID: BaybyZRH and 5BweJgeX
SHOW: | | - or go back to the newest paste.
1
.podcastall {
2
	float:left;
3-
	background: #fff0c8 url(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_background.png) repeat-x;
3+
4
	font-size: 1em;
5
	-moz-border-radius: 7px;
6
	-webkit-border-radius: 7px;
7
}
8
9
.podcastcustom {
10
	float:right;
11
	padding: 0.5em;
12-
	background: #fce4ff url(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_custom_background.png) repeat-x;
12+
13
	-moz-border-radius: 7px;
14
	-webkit-border-radius: 7px;
15
}