Revert removal of icon padding (fixes #514)

This commit is contained in:
Saivann 2014-08-10 12:26:43 -04:00
parent 70c74720e2
commit 9d43673ca4
28 changed files with 6 additions and 5 deletions

View file

@ -1326,9 +1326,10 @@ table td,table th{
}
.wallets>div>a>img{
display:block;
width:48px;
height:48px;
margin:12px 12px 17px 12px;
width:72px;
height:72px;
margin:auto;
margin-bottom:5px;
}
.wallets>div>div,
.wallets>div>span{