see if this fixes the level misalignment

This commit is contained in:
Stefan Breunig
2013-02-14 19:04:31 +01:00
parent 1cf9418179
commit 98f22c4e48
2 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ window.renderPortalDetails = function(guid) {
// help cursor via “.imgpreview img”
+ '<div class="imgpreview" '+imgTitle+' style="background-image: url('+img+')">'
+ '<img class="hide" src="'+img+'"/>'
+ '</div>'
+ '<span id="level">'+Math.floor(getPortalLevel(d))+'</span>'
+ '</div>'
+ '<div class="mods">'+getModDetails(d)+'</div>'
+ '<div id="randdetails">'+randDetails+'</div>'
+ '<div id="resodetails">'+getResonatorDetails(d)+'</div>'