X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=public%2Fstylesheets%2Fstatements.css;h=5ff0113633ba3e7f34b65593d3e26d8bdece7988;hp=169e67db8c440675f86377f3b06a28c29fce7b10;hb=73609d3bc662cf4c8a21746c5d1ad736ea0eecbd;hpb=a80c6a3b87f75653725f54caca1f24abc556afc7 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; }