Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 3, 2022
1 parent a358c9d commit aa0971f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Report/Html/Renderer/Template/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
body {
font-family: sans-serif;
font-size: 2em;
font-kerning: normal;
font-variant-ligatures: common-ligatures;
text-rendering: optimizeLegibility;
padding-top: 10px;
}

Expand All @@ -8,6 +13,8 @@ body {

.octicon {
margin-right:.25em;
vertical-align: middle;
width: 0.75em;
}

.table-bordered>thead>tr>td {
Expand Down Expand Up @@ -57,6 +64,7 @@ body {
}

td.big {
vertical-align: middle;
width: 117px;
}

Expand Down

0 comments on commit aa0971f

Please sign in to comment.