Project

General

Profile

Patch #30970 » code-coverage-report-improvement.diff

Go MAEDA, 2019-03-05 16:21

View differences:

test/coverage/views/index.erb (作業コピー)
9 9
h2 {color:#aaa;margin-top:1em;font-size:18px;}
10 10
table {width:100%; border-collapse:collapse;}
11 11
th, td {border:1px solid #e2e2e2;}
12
td {text-align:right; font-family:"Bitstream Vera Sans Mono","Monaco","Courier New",monospace;}
13
td.filename {text-align:left; font-family:"Lucida Grande","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;}
12
td {text-align:right; white-space: nowrap; font-family:"Bitstream Vera Sans Mono","Monaco","Courier New",monospace;}
13
td.filename {text-align:left; white-space: normal; font-family:"Lucida Grande","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;}
14 14
th {background:#e2e2e2;}
15
table.file_list tr:hover { background-color:#ffffdd; }
15 16
#generation {color:#777; font-size:90%;}
16 17
a, a:link, a:visited {color:#169; text-decoration:none;}
17 18
a:hover, a:active {color:#c61a1a; text-decoration:underline;}
(3-3/3)