Skip to content

Commit df1093a

Browse files
committed
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
1 parent 3ce27ab commit df1093a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/stylesheets/scm.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ li.change .copied-from:before { content: " - "}
3535
#changes-legend li { float: left; background-position: 5px 0; }
3636

3737
table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
38-
table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
38+
table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
3939
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
4040
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
4141
table.filecontent tr.spacing th { text-align:center; }
@@ -61,7 +61,7 @@ table.filecontent td.line-code {padding: 0 0 0 4px;}
6161
table.filecontent td.line-code pre {
6262
margin: 0px;
6363
white-space: pre-wrap;
64-
font-family:"Liberation Mono", Courier, monospace; font-size:12px;
64+
font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;
6565
}
6666

6767
table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }

0 commit comments

Comments
 (0)