Minor fix for centering worldmap on screen.

This commit is contained in:
Oskar Wiksten
2012-10-14 13:45:27 +02:00
parent 67303c3907
commit c027c72932

View File

@@ -6,8 +6,8 @@
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />
<title></title>
<style type=\"text/css\">
html, body { height:100%%; padding:0; margin:0; }
div#table { height:100%%; width:100%%; display:table; }
html, body { height:100\%%; padding:0; margin:0; }
div#table { height:100\%%; width:100\%%; display:table; }
div#cell { display:table-cell; vertical-align:middle; text-align:center;}
div#maps { width:{{sizex}}px; height:{{sizey}}px; position:relative; display:inline-block; }
div#playerPosition { position:absolute; z-index:3; font-size:19pt; color:red; text-shadow:rgba(0, 0, 0, 1) 2px 2px 2px; }