home · contact · privacy
Improve printable view.
[guiltcards] / views / _card.css
index 9e712950185ddd46c80e6884565c42fe4257ec0a..0d6bc153b8f4a1bb7e517305c949433788e62241 100644 (file)
@@ -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: "[ ] ";
+}