aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-08 19:44:11 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:15:38 -0800
commit00356f7844d6782b149c6ac39b5ac87d0fe18569 (patch)
tree3f88be74df07f135aec3d46e42989867698f2e2c /phpBB/styles
parent567106988e14344c8c84d5db007ae25dac4cbbf0 (diff)
downloadforums-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.css2
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;
}