1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-16 22:42:57 +02:00

... force directionality much like the <bdo> for overall_footer.html, those that really want to have RTL code (.NET and C# would support this I guess) will have to add custom BBCode+CSS. :P

git-svn-id: file:///svn/phpbb/trunk@7086 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley
2007-02-26 03:43:33 +00:00
parent 99014e5201
commit 6136868e1e

@ -583,6 +583,7 @@ input.radio {
}
.codecontent {
direction: ltr;
margin: 0px 5px 10px 5px;
padding: 5px;
border-color: #A9B8C2;