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:
parent
3b5c624c03
commit
dcf33148a7
@ -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…
x
Reference in New Issue
Block a user