diff options
author | Florrie <towerofnix@gmail.com> | 2019-11-19 15:26:04 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-11-19 15:26:04 -0400 |
commit | c2f9fc44776f1a5cb343963a00a1524e6ff3154f (patch) | |
tree | a95a859c74f09501f32569050f9dd9c4350ba6bc /site.css | |
parent | d446362bd6046a82446d1fca4e7f2885c98c34fd (diff) |
don't show only-base-contributed tracks
i.e, don't show tracks in artist listings to which the artist has only contributed a based-upon song to; these tracks clutter the list and are less useful than they were before thanks to each track's list of tracks that reference it on its page
Diffstat (limited to 'site.css')
-rw-r--r-- | site.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site.css b/site.css index 587138e6..f10af38a 100644 --- a/site.css +++ b/site.css @@ -140,10 +140,6 @@ h1 { margin-bottom: 10px; } -li.contributed-only-original { - opacity: 0.7; -} - #top-index #content h1 { text-align: center; font-size: 2em; |