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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user