diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-16 14:10:19 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-22 20:03:02 +0100 |
commit | 7210fd59ff4036c3448614b97a9de77428fd356d (patch) | |
tree | 973dcbcd3d3a81c8a68ec4286234009a65588ffd /resources/views/pages/music.blade.php | |
parent | e144965ed5c63c1a81440c3379bd878a0d0b4125 (diff) |
Tidy up css
Diffstat (limited to 'resources/views/pages/music.blade.php')
-rw-r--r-- | resources/views/pages/music.blade.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/views/pages/music.blade.php b/resources/views/pages/music.blade.php index e24f88c..3e97daa 100644 --- a/resources/views/pages/music.blade.php +++ b/resources/views/pages/music.blade.php @@ -11,7 +11,7 @@ $top_tracks = json_decode(file_get_contents($api_root . '/lastfm/top')); $count = 0; @endphp - <table class="infotable"> + <table class="info-table"> <tr> <td colspan="4"> <h2>Last/Current Track:</h2> @@ -32,8 +32,7 @@ <h2>Top {{ $cfg['toptracks'] }} Tracks (Last 7 days)</h2> </td> </tr> - <tr - "> + <tr> <td style="text-align: right"><b>#</b></td> <td><b>Track</b></td> <td><b>Artist</b></td> |