1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

[ticket/15195] Fix code block in rtl print version

PHPBB3-15195
This commit is contained in:
Oliver Schramm 2017-10-28 03:46:43 +02:00
parent 3b5c624c03
commit dcf33148a7
2 changed files with 4 additions and 1 deletions

View File

@ -8,9 +8,10 @@
<title>{SITENAME} &bull; {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>

View File

@ -133,6 +133,8 @@ ol, ul {
/* Misc page elements */
div.spacer { clear: both; }
code { display: block; }
/* Accessibility tweaks: Mozilla.org */
.skip_link { display: none; }