mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/15195] Fix code block in rtl print version
PHPBB3-15195
This commit is contained in:
parent
3b5c624c03
commit
dcf33148a7
2 changed files with 4 additions and 1 deletions
|
@ -8,9 +8,10 @@
|
||||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
<title>{SITENAME} • {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>
|
||||||
|
|
||||||
|
|
|
@ -133,6 +133,8 @@ ol, ul {
|
||||||
/* Misc page elements */
|
/* Misc page elements */
|
||||||
div.spacer { clear: both; }
|
div.spacer { clear: both; }
|
||||||
|
|
||||||
|
code { display: block; }
|
||||||
|
|
||||||
/* Accessibility tweaks: Mozilla.org */
|
/* Accessibility tweaks: Mozilla.org */
|
||||||
.skip_link { display: none; }
|
.skip_link { display: none; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue