diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js
index ae2b5911..63b859b0 100644
--- a/code/portal_detail_display_tools.js
+++ b/code/portal_detail_display_tools.js
@@ -120,7 +120,8 @@ window.renderResonatorDetails = function(slot, level, nrg, dist, nick) {
var color = (level < 3 ? "#9900FF" : "#FFFFFF");
- var lbar = ' ' + level + ' ';
+ var lbar = ' ' + 'L' + level + '  ' + Math.round(fillGrade) + '%' + ' ';
+
var fill = '';
diff --git a/style.css b/style.css
index 17ea20f4..96472c69 100644
--- a/style.css
+++ b/style.css
@@ -474,9 +474,11 @@ aside:nth-child(odd) span {
.meter-level {
position: absolute;
- top: -2px;
- left: 25px;
- text-shadow: black 0.0em 0.0em 0.3em;
+ top: 0px;
+ left: 8px;
+ font-size: 80%;
+ line-height: 18px;
+ text-shadow: 0.0em 0.0em 0.3em #808080;
}
/* links below resos */