1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 19:11:47 +02:00

[ticket/12011] Align PM/post titles to the right.

PHPBB3-12011
This commit is contained in:
Cesar G
2013-11-08 19:44:11 -08:00
parent 567106988e
commit 00356f7844

View File

@@ -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;
}