We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a358c9d commit aa0971fCopy full SHA for aa0971f
src/Report/Html/Renderer/Template/css/style.css
@@ -1,4 +1,9 @@
1
body {
2
+ font-family: sans-serif;
3
+ font-size: 2em;
4
+ font-kerning: normal;
5
+ font-variant-ligatures: common-ligatures;
6
+ text-rendering: optimizeLegibility;
7
padding-top: 10px;
8
}
9
@@ -8,6 +13,8 @@ body {
13
14
.octicon {
10
15
margin-right:.25em;
16
+ vertical-align: middle;
17
+ width: 0.75em;
11
18
12
19
20
.table-bordered>thead>tr>td {
@@ -57,6 +64,7 @@ body {
57
64
58
65
59
66
td.big {
67
60
68
width: 117px;
61
69
62
70
0 commit comments