X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/calendar?a=blobdiff_plain;f=views%2F_card.css;h=0d6bc153b8f4a1bb7e517305c949433788e62241;hb=81450a973158b0439ef47b19873d9f902529d9b3;hp=9e712950185ddd46c80e6884565c42fe4257ec0a;hpb=189479074094707440d4d0a240b75fb0ffb7bb7f;p=guiltcards diff --git a/views/_card.css b/views/_card.css index 9e71295..0d6bc15 100644 --- a/views/_card.css +++ b/views/_card.css @@ -2,4 +2,11 @@ box-sizing: border-box; border: 30px solid #aaaaaa; width: 200px; - height: 400px; } + height: 400px; +} +.answers { + list-style-type: none; +} +.answers li:before { + content: "[ ] "; +}