Coin Logo icon position has been fixed.

This commit is contained in:
Lucas Legname 2014-04-01 00:16:26 +02:00
parent 08c00c891f
commit fff6559ec9

View file

@ -96,7 +96,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
#coinLogo { width: 55px; height: 55px; padding: 10px; position: absolute; top: 2px; left: 10px; }
#coinLogoImg { width: 100%; height: 100%; }
.coinIcoin { width: 62px; height: 62px; padding: 10px; position: absolute; top: 268px; left: 49px; }
.coinIcoin { width: 62px; height: 62px; padding: 10px; position: absolute; top: 273px; left: 49px; }
#coinImg { width: 100%; height: 100%; }
#main { position: relative; text-align: center; margin: 0px auto; width: 1005px; }