diff --git a/public/css/style.css b/public/css/style.css index 206b788..1d1354e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -108,8 +108,9 @@ div#middle_section { margin: 0px; margin-bottom: 4px; } -.top_result > .info_box > .subtitle { +.top_result > .info_box > p.subtitle, .release > p.subtitle { opacity: 0.75; + font-size: 14px; } .release_grid{ diff --git a/public/index.html b/public/index.html index b8c92c5..9f30d70 100644 --- a/public/index.html +++ b/public/index.html @@ -51,10 +51,10 @@

{{ names[section] }}

-
+

{{ section == 'ARTIST' ? release.ART_NAME : section == 'ALBUM' ? release.ALB_TITLE : section == 'PLAYLIST' ? release.TITLE : '' }}

-

+

{{ section == 'ARTIST' ? release.NB_FAN + ' fans' : section == 'ALBUM' ? release.ART_NAME+' - '+release.NUMBER_TRACK+' tracks' : section == 'PLAYLIST' ? release.NB_SONG+' tracks' : '' }}