Skip to content

Commit 6b806b2

Browse files
committed
Update the progress bars to work with Bootstrap 3.
1 parent a225375 commit 6b806b2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
<div class="progress progress-{level}" style="width: 100px;">
2-
<div class="bar" style="width: {percent}%;"></div>
1+
<div class="progress">
2+
<div class="progress-bar progress-bar-{level}" role="progressbar" aria-valuenow="{percent}" aria-valuemin="0" aria-valuemax="100" style="width: {percent}%">
3+
<span class="sr-only">{percent}% covered ({level})</span>
4+
</div>
35
</div>

PHP/CodeCoverage/Report/HTML/Renderer/Template/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body {
4141
}
4242

4343
td.big {
44-
width: 100px;
44+
width: 117px;
4545
}
4646

4747
td.small {

0 commit comments

Comments
 (0)