##// END OF EJS Templates
Merged r14475 (#20407)....
Jean-Philippe Lang -
r14163:1e026442f15c
parent child
Show More
@@ -35,7 +35,7 li.change .copied-from:before { content: " - "}
35 #changes-legend li { float: left; background-position: 5px 0; }
35 #changes-legend li { float: left; background-position: 5px 0; }
36
36
37 table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
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 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
39 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
40 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
40 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
41 table.filecontent tr.spacing th { text-align:center; }
41 table.filecontent tr.spacing th { text-align:center; }
@@ -61,7 +61,7 table.filecontent td.line-code {padding: 0 0 0 4px;}
61 table.filecontent td.line-code pre {
61 table.filecontent td.line-code pre {
62 margin: 0px;
62 margin: 0px;
63 white-space: pre-wrap;
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 table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
67 table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
General Comments 0
You need to be logged in to leave comments. Login now