Attempt to avoid interferences from past loaded variants (seems ok now)
[xogo.git] / common.css
index ece4aba..fbf0e25 100644 (file)
@@ -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;