flip dinnerbone & grumm, fix #72

This commit is contained in:
jomo
2015-01-08 19:25:09 +01:00
parent 96730705c8
commit b91362e8de
2 changed files with 7 additions and 2 deletions

View File

@@ -265,3 +265,8 @@ img.preload {
.avatar.mollstam {background-image: url("/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64")}
.avatar.mollstam:hover {background-image: url("/avatars/f8cdb6839e9043eea81939f85d9c5d69?size=64&helm")}
.avatar.flipped {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}