Skip to content

Commit

Permalink
Style the estimate correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshearar committed Oct 20, 2012
1 parent 72bbda6 commit ec92b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/add-numeric-tags.js
Expand Up @@ -23,6 +23,7 @@ var totalDescription = "Total estimate: " + total.toString();
if (!hangPoint) {
var progBar = document.querySelector('.sidebar-milestone-widget');
var fakeInfo = document.createElement('div');
fakeInfo.className = 'info-secondary';
progBar.appendChild(fakeInfo);
hangPoint = fakeInfo;
} else {
Expand Down

0 comments on commit ec92b3d

Please sign in to comment.