mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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{
|
.contributors{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
.contributors div{
|
|
||||||
direction:ltr;
|
|
||||||
}
|
|
||||||
.downloadbox div{
|
.downloadbox div{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
@ -201,6 +198,12 @@ h2 .rssicon{
|
||||||
margin-right:6px;
|
margin-right:6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listtable div div{
|
||||||
|
text-align:right;
|
||||||
|
padding-right:0;
|
||||||
|
padding-left:20px;
|
||||||
|
}
|
||||||
|
|
||||||
.eventtable div div{
|
.eventtable div div{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
padding-right:0;
|
padding-right:0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue