This commit is contained in:
lopar 2018-12-27 22:57:04 +02:00
parent 80e18c041b
commit 2b0b083717
2 changed files with 8 additions and 8 deletions

View File

@ -1034,3 +1034,11 @@ legend {
font-size: 18px;
margin-top: 10px;
}
img.item {
width: 64px;
height: 64px;
border: 1px solid silver;
border-radius: 5px;
margin-top: 1px;
}

View File

@ -32,12 +32,4 @@ div.appblock span.wrap {
div.appblock span.wrap span.num {
float:right;
display:block;
}
img.item {
width: 64px;
height: 64px;
border: 1px solid silver;
border-radius: 5px;
margin-top: 1px;
}