Apply a consistent margin between wallets in "Choose your wallet"

This commit is contained in:
Saivann 2013-08-25 12:25:01 -04:00
parent 56ac2c6e99
commit e0e84f85b1
2 changed files with 5 additions and 5 deletions

View file

@ -662,9 +662,9 @@ li p{
}
.previewrow{
float:left;
width:260px;
width:255px;
text-align:justify;
padding-left:30px;
padding-left:40px;
position:relative;
}
.previewrow>h2{
@ -673,7 +673,7 @@ li p{
.previewrow>div{
display:inline-block;
position:relative;
margin-right:17px;
margin-right:15px;
margin-bottom:12px;
vertical-align:top;
}