Display outfits on highscores, onlinelist, character profile.

Fix #252
This commit is contained in:
Znote
2017-01-30 22:36:39 +01:00
parent 695cb58b04
commit a5ba62a51e
6 changed files with 89 additions and 61 deletions

View File

@@ -677,4 +677,17 @@ div.aspectratio > iframe {
table.hide {
display: none;
}
.outfitColumn {
position: relative;
width: 60px;
background: initial;
border-top: none;
}
.outfitColumn img {
position: absolute;
top: -38px;
right: 4px;
}