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) ": "; }