aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 039c62c..e4e3ebd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -455,9 +455,18 @@ iframe {
margin: 2vw 0;
}
+input[type=checkbox]:checked~ul {
+ display: none;
+}
+
+.checklist p {
+ display: inline;
+}
+
.checklist ul {
list-style-type: none !important;
padding: 0;
+ margin-bottom: 0;
}
code {