Skip to content

Commit ffa5030

Browse files
Italicize the totals column to indicate it being special
1 parent 82cc1fc commit ffa5030

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/static/detailed-query.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ <h3 id="title"></h3>
160160
}
161161
row.appendChild(td);
162162
}
163+
if (idx == 0) {
164+
row.style.fontStyle = "italic";
165+
}
163166
td(row, cur.label);
164167
td(row, to_seconds(cur.self_time).toFixed(3));
165168
if (prev) {

0 commit comments

Comments
 (0)