mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 00:13:29 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
7ad6e50af2
@ -8,6 +8,7 @@
|
||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
||||
|
||||
<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 -->
|
||||
</head>
|
||||
<body id="phpbb">
|
||||
|
@ -8,9 +8,10 @@
|
||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
||||
|
||||
<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
|
||||
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">
|
||||
<!-- EVENT viewtopic_print_head_append -->
|
||||
</head>
|
||||
<body id="phpbb">
|
||||
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
|
||||
<div id="wrap" class="wrap">
|
||||
<a id="top" class="top-anchor" accesskey="t"></a>
|
||||
|
||||
|
@ -254,6 +254,10 @@
|
||||
|
||||
/* Pagination
|
||||
---------------------------------------- */
|
||||
.rtl .page-number {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl .pagination {
|
||||
text-align: left;
|
||||
float: left;
|
||||
@ -478,6 +482,10 @@
|
||||
|
||||
/* Post body styles
|
||||
---------------------------------------- */
|
||||
.rtl .date {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl .postbody,
|
||||
.rtl .postbody h3 {
|
||||
float: right;
|
||||
|
@ -209,6 +209,8 @@ ul {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
code { display: block; }
|
||||
|
||||
/* Accessibility tweaks: Mozilla.org */
|
||||
.skip_link {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user