aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorChristian Schnegelberger <mail@crizzo.de>2016-12-11 17:52:46 +0100
committerChristian Schnegelberger <mail@crizzo.de>2016-12-11 18:02:20 +0100
commit3a4f1bc0611d700e137ac9009946f15fa6fd7dbd (patch)
treeaf9948ebd014253bcf4afea96222da981c5a2a1a /phpBB/styles
parent96adf7f0d69a48b3437e751ae99c26326882a3f4 (diff)
downloadforums-3a4f1bc0611d700e137ac9009946f15fa6fd7dbd.tar
forums-3a4f1bc0611d700e137ac9009946f15fa6fd7dbd.tar.gz
forums-3a4f1bc0611d700e137ac9009946f15fa6fd7dbd.tar.bz2
forums-3a4f1bc0611d700e137ac9009946f15fa6fd7dbd.tar.xz
forums-3a4f1bc0611d700e137ac9009946f15fa6fd7dbd.zip
[ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
PHPBB3-14877
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 92a7db81d9..e7c0e177a6 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -515,7 +515,7 @@ blockquote .codebox {
max-height: 200px;
white-space: normal;
padding-top: 5px;
- font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
+ font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
line-height: 1.3em;
margin: 2px 0;
}