X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=a69f4fb89de2794bfc9d619a565b500e2a5a0e71;hb=cc9fe4f154ec244cbec468d1a3b5845e56cb378d;hp=e35995581130e35dd62d717f543578e7ed246970;hpb=535c464b0543306a0ea36c66f07dcfad7a951efc;p=xogo.git diff --git a/common.css b/common.css index e359955..a69f4fb 100644 --- a/common.css +++ b/common.css @@ -117,6 +117,20 @@ h4 { margin: 10px 0; } +#gameInfos > .rules > ul { + list-style-type: square; + padding-left: 30px; +} +#gameInfos > .rules > ol { + list-style-type: numeric; + padding-left: 30px; +} + +#gameInfos > .rules > a { + padding-bottom: 1px; + border-bottom: 1px dotted black; +} + #gameStopped > h1 { margin-bottom: 10px; } @@ -131,6 +145,12 @@ h4 { text-align: center; } +@media(max-height: 399px) { + #footer { + display: none; + } +} + a.left-link { margin-right: 25px; } @@ -277,12 +297,6 @@ a { .chessboard { position: absolute; cursor: pointer; -} - -/* Board container can be resized */ -.resizeable { - resize: both; - overflow: hidden; min-width: 200px; min-height: 200px; }