]> source.dussan.org Git - redmine.git/commitdiff
Merged r18550 from trunk to 3.4-stable (#32170).
authorGo MAEDA <maeda@farend.jp>
Wed, 2 Oct 2019 01:06:59 +0000 (01:06 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 2 Oct 2019 01:06:59 +0000 (01:06 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@18582 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index 4430ea00640f4a6ea7e90d4c8afbd87dadddac8e..8821f4b2c23e070b47f22ce6bdada9fe9de67064 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 94fc9f869a93859728125fc98a4c810c5c5b236b..5ec1dc38fb63454b33680cb9739814a7032be639 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;