diff options
| author | Ruslan Uzdenov <rxu@mail.ru> | 2010-01-26 14:11:00 +0000 |
|---|---|---|
| committer | Ruslan Uzdenov <rxu@mail.ru> | 2010-01-26 14:11:00 +0000 |
| commit | 5df687f82044c77a0c1063608d78d85912940ced (patch) | |
| tree | f82f6787107b9ea634a3ceb5ed1ff43cb75d3155 /phpBB/styles/subsilver2/theme | |
| parent | 283ad368eb6e92a51a7c0b5dcaf3d1050f7a9b9c (diff) | |
| download | forums-5df687f82044c77a0c1063608d78d85912940ced.tar forums-5df687f82044c77a0c1063608d78d85912940ced.tar.gz forums-5df687f82044c77a0c1063608d78d85912940ced.tar.bz2 forums-5df687f82044c77a0c1063608d78d85912940ced.tar.xz forums-5df687f82044c77a0c1063608d78d85912940ced.zip | |
Fix bugs #55485 and #55545 - styles adjustment to correctly display an order of rtl/ltr mixed content.
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10456 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
| -rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index ab19231595..726efdca0a 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -379,6 +379,13 @@ hr { /* Links ------------ */ + +/* Links adjustment to correctly display an order of rtl/ltr mixed content */ +.rtl a { + direction: rtl; + unicode-bidi: embed; +} + a:link { color: #006597; text-decoration: none; |
