From e76ed0209e034ad4a3490618fe7f33fba2e1209f Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 17 Aug 2021 19:32:41 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 3 +++ static/css/anatomy.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index f4ded74b..a5678a2f 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -204,6 +204,9 @@ button a { #full-question-list li{ padding-bottom: 20px; +} + +#full-question-list li::before{ counter-increment: question-list; content: counter(question-list) ": "; } diff --git a/static/css/anatomy.css b/static/css/anatomy.css index f4ded74b..a5678a2f 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -204,6 +204,9 @@ button a { #full-question-list li{ padding-bottom: 20px; +} + +#full-question-list li::before{ counter-increment: question-list; content: counter(question-list) ": "; }