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

Improvement and bugfixing

This commit is contained in:
Krateng
2018-12-16 23:56:30 +01:00
parent 1643eafc71
commit 6be0dfd25b
6 changed files with 87 additions and 42 deletions

View File

@@ -18,6 +18,8 @@ a:hover {
table.top_info td.image {
padding:20px;
padding-left:0px;
padding-top:0px;
}
table.top_info td.text {
@@ -25,6 +27,11 @@ table.top_info td.text {
padding-left: 30px;
}
table.top_info td.text p.stats {
table.top_info td.text h1 {
display:inline;
padding-right:5px;
}
table.top_info td.text .stats {
color:grey;
}