Add podcast icon to radio page
This commit is contained in:
parent
a35d3ad27c
commit
c476b69958
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue