X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=common.css;h=64502422f50a73fe11fcd39b6c790e172f25eeb9;hp=5555100d808ddba78982bc06666b58faa5b183f2;hb=3c61449b830db29c95d82cdacc4dae710cc705a8;hpb=cae17481021b89a75bf5e0c0a41a1fd449ac68bd diff --git a/common.css b/common.css index 5555100..6450242 100644 --- a/common.css +++ b/common.css @@ -265,7 +265,7 @@ a { } /* Board container (without reserves) */ -#chessboard { +.chessboard { position: absolute; cursor: pointer; } @@ -289,7 +289,7 @@ piece { } /* Drawing of the board */ -#chessboard_SVG { +.chessboard_SVG { width: 100%; height: 100%; }