X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=fbf0e254b778a447a4679d933a7ebc7c5d9bdc2b;hb=af9c9be34f416500f9e025e28f39fe89a8c7c345;hp=bf4e1a8cfa601e352b3bacbccf3fecb1fdd0dc78;hpb=fcede3ef85cbb36a05220033cdd318af68e0084c;p=xogo.git diff --git a/common.css b/common.css index bf4e1a8..fbf0e25 100644 --- a/common.css +++ b/common.css @@ -41,7 +41,7 @@ main > div { } @media(max-height: 800px) { - main > div { + #newGameForm, #gameInfos { margin-top: 30px; } } @@ -117,6 +117,15 @@ 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; @@ -136,6 +145,12 @@ h4 { text-align: center; } +@media(max-height: 399px) { + #footer { + display: none; + } +} + a.left-link { margin-right: 25px; }