diff --git a/src/IDF/templates/idf/issues/summary.html b/src/IDF/templates/idf/issues/summary.html
index b50fbe0..bfff813 100644
--- a/src/IDF/templates/idf/issues/summary.html
+++ b/src/IDF/templates/idf/issues/summary.html
@@ -23,7 +23,7 @@
|
- {$value[1]}% |
+ {$value[1]}% |
@@ -52,7 +52,7 @@
|
- {$value[1]}% |
+ {$value[1]}% |
@@ -79,7 +79,7 @@
|
- {$value[1]}% |
+ {$value[1]}% |
diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css
index 2adbc8e..4b94eb2 100644
--- a/www/media/idf/css/style.css
+++ b/www/media/idf/css/style.css
@@ -1146,7 +1146,11 @@ table.graph {
padding: 0;
}
-td.graph-color {
+table.issue-summary td.graph-color {
background: #3C78B5;
}
+table.issue-summary td.graph-percent {
+ padding-left: 1em;
+}
+