X-Git-Url: https://git.auder.net/images/pieces/%22%20%20%20VariantRules.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;f=public%2Fstylesheets%2Fstatements.css;h=5ff0113633ba3e7f34b65593d3e26d8bdece7988;hb=26325ff0a1789ee176f74f070059668b66aa0ad1;hp=169e67db8c440675f86377f3b06a28c29fce7b10;hpb=43828378be054cf3604b753e8d9ab24af911188f;p=qomet.git diff --git a/public/stylesheets/statements.css b/public/stylesheets/statements.css index 169e67d..5ff0113 100644 --- a/public/stylesheets/statements.css +++ b/public/stylesheets/statements.css @@ -3,11 +3,19 @@ button.sendAnswer { margin: 0 auto; } +.questionGroup { + /* TODO */ +} + .question { margin: 20px 5px; padding: 15px 0; } +.question:not(:last-child) { + border-bottom: 1px solid black; +} + .question label { color: black; }