Fix direction and text alignment for rtl development template
This commit is contained in:
parent
bec898f641
commit
ffee8f6828
@ -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…
Reference in New Issue
Block a user