Merge branch 'saas-dev-publishing' into saas-dev-publishing-episode-view

This commit is contained in:
Duncan Sommerville 2015-11-05 18:16:27 -05:00
commit 901ded1441
5 changed files with 55 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -71,6 +71,14 @@ body {
float: right;
}
.bottom_bar .station_rss_btn {
background: url('img/podcast.png') no-repeat center 0px;
}
.bottom_bar .station_rss_btn.current {
background: url('img/podcast.png') no-repeat center -50px;
}
.bottom_bar .schedule_btn {
background: url('img/schedule.png') no-repeat center 0px;
}