summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-08-02 07:54:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-08-02 07:54:02 +0000
commitdf1093a4afd5799bef71143582646840174a615c (patch)
tree7c7a4d19c9a0a573c86d7d98de84f0712d6f1652
parent3ce27ab20b2a25a5ba70ea5a8dd992199b36b87d (diff)
downloadredmine-df1093a4afd5799bef71143582646840174a615c.tar.gz
redmine-df1093a4afd5799bef71143582646840174a615c.zip
Monospace font-family values are differ between application.css and scm.css (#20407).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14475 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/scm.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css
index de65941ed..55cb04062 100644
--- a/public/stylesheets/scm.css
+++ b/public/stylesheets/scm.css
@@ -35,7 +35,7 @@ li.change .copied-from:before { content: " - "}
#changes-legend li { float: left; background-position: 5px 0; }
table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
-table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
+table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
table.filecontent tr.spacing th { text-align:center; }
@@ -61,7 +61,7 @@ table.filecontent td.line-code {padding: 0 0 0 4px;}
table.filecontent td.line-code pre {
margin: 0px;
white-space: pre-wrap;
- font-family:"Liberation Mono", Courier, monospace; font-size:12px;
+ font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;
}
table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }