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

Added script to fix existing database with new rules

This commit is contained in:
Krateng
2018-12-19 23:17:38 +01:00
parent 3591f437ed
commit b361e25503
9 changed files with 56 additions and 13 deletions

View File

@@ -43,3 +43,15 @@ table.top_info td.text h1 {
table.top_info td.text .stats {
color:grey;
}
table tr:nth-child(even) {
background-color:#37373B;
}
table td.time {
width:200px;
color:lightgray;
}
table td.artists,td.artist,td.title,td.amount {
width:300px;
}