]> source.dussan.org Git - redmine.git/commitdiff
Contents inside <pre> are not rendered as monospace font in Chrome for Mac (#20372).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 25 Jul 2015 06:52:10 +0000 (06:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 25 Jul 2015 06:52:10 +0000 (06:52 +0000)
Patch by Go MAEDA.

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

public/stylesheets/application.css

index 1ee082a428157ead34b543bd37ea5e3ca3f10e15..4569010e4936d15840ad3e10adb2fcde50bfa2ac 100644 (file)
@@ -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;}