mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix "Source code" button margin for rtl layout
This commit is contained in:
parent
d2f695c4c3
commit
83e77afca9
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue