CSS-forced width & height fix
CSS prevented the width and the height being set by the project file
This commit is contained in:
@@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
#lime_canvas {
|
#lime_canvas {
|
||||||
display: block;
|
display: block;
|
||||||
height: 640px;
|
width: ::WIN_WIDTH::px;
|
||||||
|
height: ::WIN_HEIGHT::px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 960px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -33,4 +33,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user