X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=ece4abadc5787b5e1793eab9c4473955b2fca853;hb=37481d1e260cbc91268bdd29caba8ec62d2b0b58;hp=c1ba77cea5b7ce9dd311205eefccd00cb679b8ed;hpb=c4e9bb928964d723ee624a449c3342e2ef9140f8;p=xogo.git diff --git a/common.css b/common.css index c1ba77c..ece4aba 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; } @@ -131,6 +136,12 @@ h4 { text-align: center; } +@media(max-height: 399px) { + #footer { + display: none; + } +} + a.left-link { margin-right: 25px; }