Fix "Source code" button margin for rtl layout
This commit is contained in:
parent
d2f695c4c3
commit
83e77afca9
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user