1
0
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:
Joas Schilling
2010-01-25 15:36:39 +00:00
parent fb96fcd90a
commit 60e68b1b58
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {