mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 21:56:39 +02:00
code is always left to right - #12389
git-svn-id: file:///svn/phpbb/trunk@7765 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -360,6 +360,10 @@ a.right:hover {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl code {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/* Attachments
|
||||
----------------------------------------*/
|
||||
.rtl .attachbox {
|
||||
|
Reference in New Issue
Block a user