Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 38e5c90

Browse files
committed
Ensure problems are CSS numbered on the assignments page
1 parent 37c88a5 commit 38e5c90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runestone/common/css/runestone-custom-sphinx-bootstrap.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,10 +941,10 @@ textarea#lp-result {
941941
opacity: 50%;
942942
}
943943

944-
/* .runestone_caption:before {
944+
#questions .runestone_caption:before {
945945
counter-increment: rscomponent;
946-
content: "Activity: "counter(rscomponent) " -- ";
947-
} */
946+
content: "Problem: "counter(rscomponent) " -- ";
947+
}
948948

949949
body {
950950
color: var(--bodyFont);

0 commit comments

Comments
 (0)