Skip to content

Commit

Permalink
Change status codes style
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalWilinski committed Sep 14, 2016
1 parent e9f72f4 commit 806829e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ <h1 id="rpsStat">-</h1>
<div class="container">
<div class="stats-column">
<h5>Status Codes</h5>
<h6 class="status-code-2xx">2xx</h6>
<h6 class="status-code-3xx">3xx</h6>
<h6 class="status-code-4xx">4xx</h6>
<h6 class="status-code-5xx">5xx</h6>
<h6 class="status-code status-code-2xx">2xx</h6>
<h6 class="status-code status-code-3xx">3xx</h6>
<h6 class="status-code status-code-4xx">4xx</h6>
<h6 class="status-code status-code-5xx">5xx</h6>
</div>
<div class="chart-container">
<canvas id="statusCodesChart" width="200" height="100"></canvas>
Expand Down

0 comments on commit 806829e

Please sign in to comment.