CSS-forced width & height fix

CSS prevented the width and the height being set by the project file
This commit is contained in:
George Corney
2014-04-05 19:22:04 +01:00
parent aedb4132b6
commit 6ba1a00ebc

View File

@@ -10,12 +10,12 @@
#lime_canvas {
display: block;
height: 640px;
width: ::WIN_WIDTH::px;
height: ::WIN_HEIGHT::px;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
position: relative;
width: 960px;
}
</style>
@@ -33,4 +33,4 @@
</body>
</html>
</html>