diff options
author | Go MAEDA <maeda@farend.jp> | 2019-10-02 01:06:59 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-10-02 01:06:59 +0000 |
commit | ed886ec7d71b793c7da5dc574b06be204a2a03b2 (patch) | |
tree | d7d3ab6e2e7386a14080817161372a7a1e43ba74 /public/help/wiki_syntax_detailed.css | |
parent | d77854a6661c817781e1fc1ba442a003739bdcc6 (diff) | |
download | redmine-ed886ec7d71b793c7da5dc574b06be204a2a03b2.tar.gz redmine-ed886ec7d71b793c7da5dc574b06be204a2a03b2.zip |
Merged r18550 from trunk to 3.4-stable (#32170).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@18582 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/wiki_syntax_detailed.css')
-rw-r--r-- | public/help/wiki_syntax_detailed.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/wiki_syntax_detailed.css b/public/help/wiki_syntax_detailed.css index 94fc9f869..5ec1dc38f 100644 --- a/public/help/wiki_syntax_detailed.css +++ b/public/help/wiki_syntax_detailed.css @@ -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; |