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

update fonts

This commit is contained in:
Luke Pulverenti 2016-03-12 15:16:42 -05:00
parent dfac46b2ca
commit 9401f38a57
77 changed files with 566 additions and 346 deletions

View file

@ -81,7 +81,7 @@
html += '<input class="chkDevice" data-id="' + device.Id + '" type="checkbox" id="' + id + '"' + checkedAttribute + ' />';
html += '<label for="' + id + '">' + device.Name;
html += '<br/><span style="font-weight:normal;font-size: 90%;">' + device.AppName + '</span>';
html += '<br/><span>' + device.AppName + '</span>';
html += '</label>';
}