Defect #20407 ยป scm-css-font-family-fix.diff
| public/stylesheets/scm.css (working copy) | ||
|---|---|---|
| 35 | 35 |
#changes-legend li { float: left; background-position: 5px 0; }
|
| 36 | 36 | |
| 37 | 37 |
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;}
|
|
| 39 | 39 |
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
|
| 40 | 40 |
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
|
| 41 | 41 |
table.filecontent tr.spacing th { text-align:center; }
|
| ... | ... | |
| 61 | 61 |
table.filecontent td.line-code pre {
|
| 62 | 62 |
margin: 0px; |
| 63 | 63 |
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;
|
|
| 65 | 65 |
} |
| 66 | 66 | |
| 67 | 67 |
table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
|