1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/8228] Fix still existing problems with code in firefox

A user of a board mentioned that there are still some problems
in firefox if php-highlighting is on. So I used a snippet which
they worked on for weeks. Link to the snippet (in german):
http://www.ongray-design.de/forum/viewtopic.php?t=541

PHPBB3-8228
This commit is contained in:
Oliver Schramm
2013-07-30 18:00:47 +02:00
parent 0dcf24acc1
commit 95c603d545
6 changed files with 13 additions and 14 deletions

View File

@@ -136,4 +136,4 @@ div.spacer { clear: both; }
/* Accessibility tweaks: Mozilla.org */
.skip_link { display: none; }
dl.codebox dt { display: none; }
.codebox p { display: none; }