1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update guide

This commit is contained in:
Luke Pulverenti 2015-08-19 19:57:27 -04:00
parent a0bacf629e
commit 72a5c98911

View file

@ -19,7 +19,7 @@
if (startDateText != currentIndexValue) {
html += '<h1 tvProgramSectionHeader" style="margin-bottom:1em;">' + startDateText + '</h1>';
html += '<h1 tvProgramSectionHeader" style="margin-bottom:1em;margin-top:2em;">' + startDateText + '</h1>';
currentIndexValue = startDateText;
}