aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-23 01:53:32 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-23 01:55:05 +0200
commitadbc45b48654f4c89e87f4163481332579d81adc (patch)
tree9abc706e998535759cdd0abdba3910d88a93a087
parentad84a40c002990ea723d7b756313820b06e8012a (diff)
downloadforums-adbc45b48654f4c89e87f4163481332579d81adc.tar
forums-adbc45b48654f4c89e87f4163481332579d81adc.tar.gz
forums-adbc45b48654f4c89e87f4163481332579d81adc.tar.bz2
forums-adbc45b48654f4c89e87f4163481332579d81adc.tar.xz
forums-adbc45b48654f4c89e87f4163481332579d81adc.zip
[ticket/11742] Removed whitespace collapsing in codebox [ci skip]
PHPBB3-11742
-rw-r--r--phpBB/styles/prosilver/theme/content.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 380b285b83..85c3cb9f4c 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -513,7 +513,6 @@ blockquote .codebox {
display: block;
height: auto;
max-height: 200px;
- white-space: normal;
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em;