Fix "Source code" button margin for rtl layout

This commit is contained in:
Saivann 2014-08-08 01:25:38 -04:00
parent d2f695c4c3
commit 83e77afca9

View file

@ -237,6 +237,13 @@ h2 .rssicon{
.wallets>div>div>h2:first-child+div+div>a:active{
padding:0 8px;
}
.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+div+p{
padding-right:0;
padding-left:5px;