From: Jean-Philippe Lang Date: Sat, 25 Jul 2015 06:52:10 +0000 (+0000) Subject: Contents inside
 are not rendered as monospace font in Chrome for Mac (#20372).
X-Git-Tag: 3.2.0~321
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=72efe473682326e9bf1f63c11828771454d2c29f;p=redmine.git

Contents inside 
 are not rendered as monospace font in Chrome for Mac (#20372).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@14451 e93f8b46-1217-0410-a6f0-8f06a7374b81
---

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1ee082a42..4569010e4 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -7,6 +7,7 @@ h2, .wiki h1 {font-size: 20px;}
 h3, .wiki h2 {font-size: 16px;}
 h4, .wiki h3 {font-size: 13px;}
 h4 {border-bottom: 1px dotted #bbb;}
+pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 
 /***** Layout *****/
 #wrapper {background: white;}