Fix download button display on mobiles

This commit is contained in:
Saivann 2014-08-11 17:16:51 -04:00
parent b996d785fe
commit 2655bfcd87
2 changed files with 16 additions and 25 deletions

View file

@ -228,21 +228,19 @@ h2 .rssicon{
margin-left:0;
margin-right:10px;
}
.wallets>div>div>h2:first-child+div+div{
margin:2px 0 8px 0;
}
.wallets>div>div>h2:first-child+div+div>a,
.wallets>div>div>h2:first-child+div+div>a:visited,
.wallets>div>div>h2:first-child+div+div>a:link,
.wallets>div>div>h2:first-child+div+div>a:active{
padding:0 8px;
margin:2px 0 8px 0;
}
.wallets>div>div>h2:first-child+div+div>a:first-child+a,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:visited,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:link,
.wallets>div>div>h2:first-child+div+div>a:first-child+a:active{
margin-left:0;
margin-right:10px;
.wallets>div>div>h2:first-child+div+div>a:first-child,
.wallets>div>div>h2:first-child+div+div>a:first-child:visited,
.wallets>div>div>h2:first-child+div+div>a:first-child:link,
.wallets>div>div>h2:first-child+div+div>a:first-child:active{
margin-right:0;
margin-left:10px;
}
.wallets>div>div>h2:first-child+div+div+div+p{
padding-right:0;