Support for rtl languages

by daashali, (4728 days ago)

Hi
I've recently become selfoss user and have a problem with rtl languages. My language is Persian and when there is an entry with mixed English and Persian words order become messy. I use stylish to add direction:rtl but it would be nice to have a support for rtl languages like Arabic, Hebrew or Persian.

Support for rtl languages

by moshikish, (4549 days ago) @ daashali

Hi Daashali,

Can you please show me how did you managed to fix the rtl problem?
I added the "direction: rtl;"
to "entry" and to "entry-content" in "style.css" but it didn't work.

Thanke you.

Support for rtl languages

by onazari, (4455 days ago) @ moshikish

hi moshikish;
copy and paste following in new style in stylish add-on page:


@-moz-document url(http://localhost/selfoss);
.entry-title{
direction:rtl;
}
.entry-content{
direction:rtl;
}

it is work best in my pc

best regard.

RSS Feed of thread