mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00: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:
parent
7fa7b0ba7a
commit
88af4b93ea
1 changed files with 4 additions and 0 deletions
|
@ -360,6 +360,10 @@ a.right:hover {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl code {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
|
|
||||||
/* Attachments
|
/* Attachments
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.rtl .attachbox {
|
.rtl .attachbox {
|
||||||
|
|
Loading…
Add table
Reference in a new issue