Add podcast icon to radio page

This commit is contained in:
drigato 2015-11-05 14:41:31 -05:00
parent a35d3ad27c
commit c476b69958
3 changed files with 8 additions and 0 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 -51px;
}
.bottom_bar .schedule_btn {
background: url('img/schedule.png') no-repeat center 0px;
}