Skip to content

Commit 8b3767d

Browse files
committed
gcovr template modifications from upstream
1 parent da143f1 commit 8b3767d

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

gcovr-templates/html/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset={{info.encoding}}"/>
7-
<title>{% block html_title %}{{info.head}}{% endblock %}</title>
7+
<title>{% block html_title %}{{info.head}}{% endblock %}{% if info.diff_report %} - Diff mode{% endif %}</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
99
<script>
1010
// Apply theme and font size immediately to prevent flash

gcovr-templates/html/pygments.blue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
default
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
default

gcovr-templates/html/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,8 @@ body.sidebar-resizing .main-content {
15971597
padding: 2px 3px;
15981598
}
15991599

1600-
.source-table .col-count {
1600+
.source-table .col-count,
1601+
.source-table .col-blockids {
16011602
text-align: right;
16021603
white-space: nowrap;
16031604
width: 1%;

0 commit comments

Comments
 (0)