X-Git-Url: https://plomlompom.com/repos/?p=guiltcards;a=blobdiff_plain;f=views%2F_card.css;fp=views%2F_card.css;h=0d6bc153b8f4a1bb7e517305c949433788e62241;hp=9e712950185ddd46c80e6884565c42fe4257ec0a;hb=81450a973158b0439ef47b19873d9f902529d9b3;hpb=704595fc28ac2baddc35404d9f6d7e357fb88c38 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: "[ ] "; +}