Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-11-02 21:36:24 +01:00
commit 7ad6e50af2
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
4 changed files with 13 additions and 1 deletions

View file

@ -8,6 +8,7 @@
<title>{SITENAME} &bull; {PAGE_TITLE}</title> <title>{SITENAME} &bull; {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet"> <link href="{T_THEME_PATH}/print.css" rel="stylesheet">
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">
<!-- EVENT ucp_pm_viewmessage_print_head_append --> <!-- EVENT ucp_pm_viewmessage_print_head_append -->
</head> </head>
<body id="phpbb"> <body id="phpbb">

View file

@ -8,9 +8,10 @@
<title>{SITENAME} &bull; {PAGE_TITLE}</title> <title>{SITENAME} &bull; {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet"> <link href="{T_THEME_PATH}/print.css" rel="stylesheet">
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">
<!-- EVENT viewtopic_print_head_append --> <!-- EVENT viewtopic_print_head_append -->
</head> </head>
<body id="phpbb"> <body id="phpbb" class="{S_CONTENT_DIRECTION}">
<div id="wrap" class="wrap"> <div id="wrap" class="wrap">
<a id="top" class="top-anchor" accesskey="t"></a> <a id="top" class="top-anchor" accesskey="t"></a>

View file

@ -254,6 +254,10 @@
/* Pagination /* Pagination
---------------------------------------- */ ---------------------------------------- */
.rtl .page-number {
float: left;
}
.rtl .pagination { .rtl .pagination {
text-align: left; text-align: left;
float: left; float: left;
@ -478,6 +482,10 @@
/* Post body styles /* Post body styles
---------------------------------------- */ ---------------------------------------- */
.rtl .date {
float: left;
}
.rtl .postbody, .rtl .postbody,
.rtl .postbody h3 { .rtl .postbody h3 {
float: right; float: right;

View file

@ -209,6 +209,8 @@ ul {
clear: both; clear: both;
} }
code { display: block; }
/* Accessibility tweaks: Mozilla.org */ /* Accessibility tweaks: Mozilla.org */
.skip_link { .skip_link {
display: none; display: none;