mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
|
@ -133,6 +133,8 @@ ol, ul {
|
|||
/* Misc page elements */
|
||||
div.spacer { clear: both; }
|
||||
|
||||
code { display: block; }
|
||||
|
||||
/* Accessibility tweaks: Mozilla.org */
|
||||
.skip_link { display: none; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue