mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Bug #33745 - [Fix] Correctly orientate quoted text image on RTL languages.
Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10439 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -371,7 +371,7 @@
|
||||
/* Quote block */
|
||||
.rtl blockquote {
|
||||
margin: 0.5em 25px 0 1px;
|
||||
background-position: 99% 5px;
|
||||
background-position: 99% 8px;
|
||||
}
|
||||
|
||||
.rtl blockquote blockquote {
|
||||
|
Reference in New Issue
Block a user