X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=common.css;h=a69f4fb89de2794bfc9d619a565b500e2a5a0e71;hp=ece4abadc5787b5e1793eab9c4473955b2fca853;hb=bc2bc396ec4df092f218b58a0fbf08ba7eb8ca6e;hpb=7562d2c2ed52fdf07aba48a32549784b8eff62bf diff --git a/common.css b/common.css index ece4aba..a69f4fb 100644 --- a/common.css +++ b/common.css @@ -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;