X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=a69f4fb89de2794bfc9d619a565b500e2a5a0e71;hb=554e3ad3773a3123701bd894db1df4c1843283b8;hp=ece4abadc5787b5e1793eab9c4473955b2fca853;hpb=91339921da57eb47911ac36d159dd408f7752fc3;p=xogo.git 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;