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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user