mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
rtl: Add Exchanges styling for Right-to-Left
This commit is contained in:
parent
83e727a3d2
commit
8e1955c501
2 changed files with 9 additions and 1 deletions
|
@ -289,7 +289,7 @@ body{
|
|||
padding:20px 0;
|
||||
}
|
||||
.exchanges div{
|
||||
border-top:expression(this.parentNode.className=='resourcesorg'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
|
||||
border-top:expression(this.parentNode.className=='exchanges'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
|
||||
}
|
||||
|
||||
.banner-message a:hover,
|
||||
|
|
|
@ -121,6 +121,14 @@ h2 .rssicon{
|
|||
margin-left:5px;
|
||||
bottom:-6px;
|
||||
}
|
||||
.exchanges{
|
||||
text-align:right;
|
||||
}
|
||||
.exchanges img{
|
||||
margin-right:0;
|
||||
margin-left:5px;
|
||||
bottom:-6px;
|
||||
}
|
||||
.downloadbox a{
|
||||
direction:ltr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue