* SAAS-1212 - fix validation errors in station podcast rss

* Append podcast title to heading in episodes view
This commit is contained in:
Duncan Sommerville 2015-11-17 12:26:21 -05:00
parent 041adb5c1f
commit c12848b2de
5 changed files with 16 additions and 5 deletions

View file

@ -67,6 +67,9 @@
#library_title {
padding: 5px 5px 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#library_content {