Skip to content

Commit

Permalink
Merge c729a0e into 4ccf77e
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth-sams committed Feb 13, 2022
2 parents 4ccf77e + c729a0e commit 5893a34
Show file tree
Hide file tree
Showing 6 changed files with 938 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,10 @@
Change Log
==========

0.2.9 (13/02/2022)
-------------------
- Fixed desktop css inconsistencies

0.2.8 (11/02/2022)
-------------------
- Fixed all the code related inconsistencies
Expand Down
8 changes: 4 additions & 4 deletions pytest_html_reporter/plugin.py
Expand Up @@ -858,17 +858,17 @@ def state(data):
<div style="margin-top: -5%;">
<div id="archive-container-__iloop__" style="padding-top: 5%; position: absolute;">
<div style="">
<span style="font-size: 10.3rem; font-family: sans-serif; color: black; padding-top: 8%;">__total_tests__</span>
<span class="total__tests">__total_tests__</span>
</div>
<div id="archive-label-__iloop__">
<span style="font-size: 1.8rem; font-family: sans-serif; color: darkgray;">TEST CASES</span>
<span class="archive__label">TEST CASES</span>
</div>
</div>
<div class="archive-chart-container">
<canvas id="archive-chart-__iloop__" width="240px" height="240px" style="width: 60%; height: 80%; float: right;"></canvas>
<canvas id="archive-chart-__iloop__" style="margin-top: 10%; padding-left: 25%; margin-right: -16%; float: right;"></canvas>
</div>
</div>
<div style="padding-top: 8.5%;">
<div class="archive__bar">
<section id="statistic" class="statistic-section-__status__ one-page-section">
<div class="container" style="margin-top: -2%;">
<div class="row text-center">
Expand Down

0 comments on commit 5893a34

Please sign in to comment.