add drop-shadow to 3D crafatar renders

(idea shamelessly cloned from namemc.com)
This commit is contained in:
jomo
2015-05-25 18:15:24 +02:00
parent f5e6969762
commit 5272044a35

View File

@@ -875,6 +875,8 @@ tr.spacer {
img.body {
float: left;
margin-right: 20px;
-webkit-filter: drop-shadow(0 5px 5px #888);
filter: drop-shadow(0 5px 5px #888);
}
input[name="custom"] {