]> source.dussan.org Git - redmine.git/commitdiff
Text enclosed in pre tag in Wiki formatting reference is not displayed in a monospace...
authorGo MAEDA <maeda@farend.jp>
Mon, 30 Sep 2019 00:28:47 +0000 (00:28 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 30 Sep 2019 00:28:47 +0000 (00:28 +0000)
Patch by Go MAEDA.

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

public/help/wiki_syntax.css
public/help/wiki_syntax_detailed.css

index ca2c04f7681840797a7e579e6ee6583d33a1f26b..597df47b1f40714038a0e704574ed1092189c8cf 100644 (file)
@@ -1,5 +1,6 @@
 h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; }
 body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
+pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
 table th { padding-top: 1em; }
 table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;}
 table td code { font-size: 1.2em; }
index b6ae88e81d104f09795810e11aaedb9d0caa50ab..08fb68c68abec8e7fb9dd69bf88441a303065eb4 100644 (file)
@@ -1,6 +1,6 @@
 body { font:80% Verdana,Tahoma,Arial,sans-serif; }
 h1, h2, h3, h4 {  font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
-pre, code { font-size:120%; }
+pre, code { font-size:120%; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
 pre code { font-size:100%; }
 pre {
     margin: 1em 1em 1em 1.6em;