Skip to content

Commit 7f6a9f0

Browse files
committed
Revert a previous hack added due to Vue2 not rendering properly
1 parent f5d3cf6 commit 7f6a9f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/static/compare.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
position: relative;
138138
border-radius: 50%;
139139
font-size: 12px;
140-
margin: 0 -4px;
140+
margin: 0 4px;
141141
border: 1px solid #7d6969;
142142
width: 16px;
143143
text-align: center;
@@ -923,8 +923,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
923923
<th>Scenario</th>
924924
<th>% Change</th>
925925
<th>
926-
Significance Factor
927-
<span class="tooltip">?
926+
Significance Factor<span class="tooltip">?
928927
<span class="tooltiptext">
929928
How much a particular result is over the significance threshold. A factor of 2.50x
930929
means

0 commit comments

Comments
 (0)