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:
Meik Sievertsen 2007-06-16 09:52:49 +00:00
parent 7fa7b0ba7a
commit 88af4b93ea

View file

@ -360,6 +360,10 @@ a.right:hover {
margin-right: 0;
}
.rtl code {
direction: ltr;
}
/* Attachments
----------------------------------------*/
.rtl .attachbox {