1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

Fix bugs #55485 and #55545 - styles adjustment to correctly display an order of rtl/ltr mixed content.

Authorised by: bantu

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10456 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ruslan Uzdenov
2010-01-26 14:11:00 +00:00
parent 283ad368eb
commit 5df687f820
4 changed files with 20 additions and 0 deletions

View File

@@ -379,6 +379,13 @@ hr {
/* Links
------------ */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link {
color: #006597;
text-decoration: none;