Skip to content

Commit aa0971f

Browse files
Tweak
1 parent a358c9d commit aa0971f

File tree

1 file changed

+8
-0
lines changed
  • src/Report/Html/Renderer/Template/css

1 file changed

+8
-0
lines changed

src/Report/Html/Renderer/Template/css/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
body {
2+
font-family: sans-serif;
3+
font-size: 2em;
4+
font-kerning: normal;
5+
font-variant-ligatures: common-ligatures;
6+
text-rendering: optimizeLegibility;
27
padding-top: 10px;
38
}
49

@@ -8,6 +13,8 @@ body {
813

914
.octicon {
1015
margin-right:.25em;
16+
vertical-align: middle;
17+
width: 0.75em;
1118
}
1219

1320
.table-bordered>thead>tr>td {
@@ -57,6 +64,7 @@ body {
5764
}
5865

5966
td.big {
67+
vertical-align: middle;
6068
width: 117px;
6169
}
6270

0 commit comments

Comments
 (0)