changed style to work with Mozilla too

This commit is contained in:
Joe
2017-05-23 14:52:47 -05:00
parent c5214e62cf
commit e64a9d1894

View File

@@ -42,6 +42,6 @@
<script src="js/templateHelper.js"></script> <script src="js/templateHelper.js"></script>
</head> </head>
<body> <body>
<div id="content"></div> <div id="content" style='top:100px;position:absolute'></div>
</body> </body>
</html> </html>