diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js index ae2b5911..b02d40be 100644 --- a/code/portal_detail_display_tools.js +++ b/code/portal_detail_display_tools.js @@ -110,7 +110,7 @@ window.renderResonatorDetails = function(slot, level, nrg, dist, nick) { var max = RESO_NRG[level]; var fillGrade = nrg/max*100; - var inf = 'energy:\t\t' + nrg + ' / ' + max + '\n' + var inf = 'energy:\t\t' + nrg + ' / ' + max + ' (' + Math.round(fillGrade) + '%)' + '\n' + 'level:\t\t' + level +'\n' + 'distance:\t' + dist + 'm\n' + 'owner:\t\t' + nick + '\n' diff --git a/style.css b/style.css index 6c311979..f0432e50 100644 --- a/style.css +++ b/style.css @@ -477,7 +477,7 @@ aside:nth-child(odd) span { position: absolute; top: -2px; left: 25px; - text-shadow: black 0.0em 0.0em 0.3em; + text-shadow: 0.0em 0.0em 0.3em #808080; } /* links below resos */