mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Minor fix for centering worldmap on screen.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user