diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-08 19:44:11 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:15:38 -0800 |
commit | 00356f7844d6782b149c6ac39b5ac87d0fe18569 (patch) | |
tree | 3f88be74df07f135aec3d46e42989867698f2e2c /phpBB/styles | |
parent | 567106988e14344c8c84d5db007ae25dac4cbbf0 (diff) | |
download | forums-00356f7844d6782b149c6ac39b5ac87d0fe18569.tar forums-00356f7844d6782b149c6ac39b5ac87d0fe18569.tar.gz forums-00356f7844d6782b149c6ac39b5ac87d0fe18569.tar.bz2 forums-00356f7844d6782b149c6ac39b5ac87d0fe18569.tar.xz forums-00356f7844d6782b149c6ac39b5ac87d0fe18569.zip |
[ticket/12011] Align PM/post titles to the right.
PHPBB3-12011
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f676dbfd0f..d3eb5cd102 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -388,7 +388,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { /* Post body styles ----------------------------------------*/ -.rtl .postbody { +.rtl .postbody, .rtl .postbody h3 { float: right; } |