Skip to content

Commit

Permalink
[FIXED JENKINS-8568] show greenbar collectly in IE Quirks Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Apr 27, 2013
1 parent 7233154 commit c8024ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/css/style.css
Expand Up @@ -92,6 +92,7 @@ div.percentgraph div.na {
div.percentgraph span.text {
display: block;
text-align: center;
position: absolute;
width: 100px;
}

Expand All @@ -111,7 +112,7 @@ table.percentgraph tr.percentgraph {
padding: 0px;
}

table.percentgraph td {
table.percentgraph td.percentgraph {
border: 0px;
margin: 0px;
padding: 0px;
Expand Down

0 comments on commit c8024ac

Please sign in to comment.