X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=common.css;h=bf4e1a8cfa601e352b3bacbccf3fecb1fdd0dc78;hp=e35995581130e35dd62d717f543578e7ed246970;hb=f382c57bf08425c170479e55b8670efaf3a7a548;hpb=535c464b0543306a0ea36c66f07dcfad7a951efc diff --git a/common.css b/common.css index e359955..bf4e1a8 100644 --- a/common.css +++ b/common.css @@ -117,6 +117,11 @@ h4 { margin: 10px 0; } +#gameInfos > .rules > a { + padding-bottom: 1px; + border-bottom: 1px dotted black; +} + #gameStopped > h1 { margin-bottom: 10px; } @@ -277,12 +282,6 @@ a { .chessboard { position: absolute; cursor: pointer; -} - -/* Board container can be resized */ -.resizeable { - resize: both; - overflow: hidden; min-width: 200px; min-height: 200px; }