Our own favicons and touch icons.

Fix info modal not working on user history screen.
Minor styling fixes.
This commit is contained in:
Tim 2015-08-02 18:21:50 +02:00
commit 1200eae38e
11 changed files with 7 additions and 8 deletions

View file

@ -46,7 +46,7 @@ DOCUMENTATION :: END
% elif item['type'] == 'movie':
<h3>${item['title']} (${item['year']})</h3>
% endif
<div class="muted" id="time-${item['time']}">${item['time']}</div>
<div class="text-muted" id="time-${item['time']}">${item['time']}</div>
</div>
</li>
</div>