aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-12-18 16:22:54 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-18 16:22:54 +0100
commit0e68c35cfd574b01c3228d7162a4eee26e332200 (patch)
tree50871097efd17db9188d6a676d821eb30642c854 /phpBB/styles/prosilver
parentb6ea3383098756d5905af9ef1cad98056588ea76 (diff)
parent3a4f1bc0611d700e137ac9009946f15fa6fd7dbd (diff)
downloadforums-0e68c35cfd574b01c3228d7162a4eee26e332200.tar
forums-0e68c35cfd574b01c3228d7162a4eee26e332200.tar.gz
forums-0e68c35cfd574b01c3228d7162a4eee26e332200.tar.bz2
forums-0e68c35cfd574b01c3228d7162a4eee26e332200.tar.xz
forums-0e68c35cfd574b01c3228d7162a4eee26e332200.zip
Merge pull request #4577 from Crizz0/ticket/14877
[ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
Diffstat (limited to 'phpBB/styles/prosilver')
-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;
}