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

lowercase image references

This commit is contained in:
Luke Pulverenti 2013-03-27 18:17:46 -04:00
parent 9bf35c15b0
commit 7eb5b657ef
4 changed files with 11 additions and 11 deletions

View file

@ -7,24 +7,24 @@
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
<div data-role="content">
<h1>What's New <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<img src="css/images/rightarrow.png" /></a></h1>
<div id="divWhatsNew"></div>
<div id="divResumable" style="display: none;">
<h1>Resume <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<img src="css/images/rightarrow.png" /></a></h1>
<div id="divResumableItems"></div>
</div>
<h1>My Library <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<img src="css/images/rightarrow.png" /></a></h1>
<div id="divMyLibrary"></div>
<h1>Collections <a href="#" class="imageLink">
<img src="css/images/rightArrow.png" /></a></h1>
<img src="css/images/rightarrow.png" /></a></h1>
<div id="divCollections"></div>
</div>