Artist table basic styling

This commit is contained in:
Remy
2011-08-04 17:25:13 -07:00
parent dc53c38f27
commit 01e9595d7e
5 changed files with 37 additions and 295 deletions

View File

@@ -4,10 +4,10 @@
<table class="display" id="artist_table">
<thead>
<tr>
<th>Artist Name</th>
<th>Status</th>
<th>Latest Album</th>
<th>Have</th>
<th id="name">Artist Name</th>
<th id="status">Status</th>
<th id="latestalbum">Latest Album</th>
<th id="have">Have</th>
</tr>
</thead>
<tbody>