diff --git a/html/inc/util.inc b/html/inc/util.inc
index c0070c98bd..110be82646 100644
--- a/html/inc/util.inc
+++ b/html/inc/util.inc
@@ -936,7 +936,7 @@ function show_badges($is_user, $item) {
$x = "";
foreach ($bus as $bu) {
$badge = BoincBadge::lookup_id($bu->badge_id);
- $x .= "title\" height=40 src=$badge->image_url> ";
+ $x .= "title\" height=48 src=$badge->image_url> ";
}
row2("Badges", $x);
}
diff --git a/html/ops/badge_assign.php b/html/ops/badge_assign.php
index a8398080d7..a28801e4d3 100755
--- a/html/ops/badge_assign.php
+++ b/html/ops/badge_assign.php
@@ -26,7 +26,7 @@ require_once("../inc/util_ops.inc");
// (i.e. gold badge is for top 1% of active users/teams)
//
$badge_pctiles = array(1, 5, 25);
-$badge_images = array("gold.png", "silver.png", "bronze.png");
+$badge_images = array("pct_1.png", "pct_5.png", "pct_25.png");
// get the records for percentile badges; create them if needed
//