1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/8228] Fix whitespaces before code in Firefox

Based on the "[code] enhancements" modification by TerraFrost

PHPBB3-8228
This commit is contained in:
Oliver Schramm
2013-07-24 12:41:40 +02:00
parent f0516b7d2a
commit 0dcf24acc1
5 changed files with 9 additions and 8 deletions

View File

@@ -479,7 +479,7 @@ dl.codebox dt {
border-bottom-color: #CCCCCC;
}
dl.codebox code {
dl.codebox pre {
color: #2E8B57;
}

View File

@@ -491,7 +491,7 @@ blockquote dl.codebox {
margin-left: 0;
}
dl.codebox code {
dl.codebox pre {
/* Also see tweaks.css */
overflow: auto;
display: block;