1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added UI for artist charts

This commit is contained in:
Krateng
2018-12-17 16:33:26 +01:00
parent 78b1937044
commit 08de19459c
6 changed files with 66 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ body {
}
a {
color:lightgray;
color:inherit;
text-decoration:none;
}
@@ -22,6 +22,13 @@ table.top_info td.image {
padding-top:0px;
}
table.top_info td.image div {
background-size:cover;
background-position:center;
height:174px;
width:174px
}
table.top_info td.text {
vertical-align: top;
padding-left: 30px;