X-Git-Url: https://git.auder.net/?p=westcastle.git;a=blobdiff_plain;f=css%2Findex.css;h=54022f6cbe31404f159d28fae962d4d6a022029a;hp=015c6f8b8a0925886f276e2bc8b6ce78759aff3e;hb=fd4a69e4ea369afb39c01f1207d79b0ab2d4cc8e;hpb=7a00c4090c05f7c5f9d9b1b49bcf749b90f95c06 diff --git a/css/index.css b/css/index.css index 015c6f8..54022f6 100644 --- a/css/index.css +++ b/css/index.css @@ -69,6 +69,7 @@ table th { #players { overflow: auto; + margin-bottom: 15px; } #players p { @@ -116,6 +117,10 @@ table.list tr:not(.title):hover, table.ranking tr:not(.title):nth-child(even):ho /* ranking div */ +#ranking { + margin-bottom: 15px; +} + table.ranking { border-collapse: collapse; width: 500px; @@ -171,6 +176,10 @@ button.cancel:hover { background-image: linear-gradient(to bottom, #fc433c, #d93434); } +.toto { + color: darkgrey; +} + .scored { background-color: lightgreen; }