From 6136868e1ee3dc3a128a6d00ffcfbad59cf59e4b Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Mon, 26 Feb 2007 03:43:33 +0000 Subject: [PATCH] #7682 ... force directionality much like the 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 --- phpBB/styles/subSilver/theme/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 101cfdf325..97864bbb56 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -583,6 +583,7 @@ input.radio { } .codecontent { + direction: ltr; margin: 0px 5px 10px 5px; padding: 5px; border-color: #A9B8C2;