mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix direction and text alignment for rtl development template
This commit is contained in:
parent
bec898f641
commit
ffee8f6828
1 changed files with 6 additions and 3 deletions
|
@ -77,9 +77,6 @@ h2 .rssicon{
|
|||
.contributors{
|
||||
text-align:right;
|
||||
}
|
||||
.contributors div{
|
||||
direction:ltr;
|
||||
}
|
||||
.downloadbox div{
|
||||
text-align:right;
|
||||
}
|
||||
|
@ -201,6 +198,12 @@ h2 .rssicon{
|
|||
margin-right:6px;
|
||||
}
|
||||
|
||||
.listtable div div{
|
||||
text-align:right;
|
||||
padding-right:0;
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
.eventtable div div{
|
||||
text-align:right;
|
||||
padding-right:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue