X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=fbf0e254b778a447a4679d933a7ebc7c5d9bdc2b;hb=a5da62690c1314425a576302466b1d4ad406d80d;hp=ece4abadc5787b5e1793eab9c4473955b2fca853;hpb=91339921da57eb47911ac36d159dd408f7752fc3;p=xogo.git diff --git a/common.css b/common.css index ece4aba..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;