Add table-based legacy design
This commit is contained in:
parent
429314efba
commit
57bb0e03a3
35 changed files with 886 additions and 526 deletions
|
|
@ -1,7 +1,12 @@
|
|||
@if (isLegacy())
|
||||
<table border="1" cellspacing="0" cellpadding="5">
|
||||
<font size="+2"><b>Top 10 Tracks (Last 30 days):</b></font>
|
||||
@else
|
||||
<table class="music-top10">
|
||||
<caption>
|
||||
<h2 style="margin-bottom: 5px">Top 10 Tracks (Last 30 days):</h2>
|
||||
</caption>
|
||||
@endif
|
||||
<tr>
|
||||
<th><b>#</b></th>
|
||||
<th><b>Track</b></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue