From 1a2fbc93c587f95045998b165edbe574d4fa83b4 Mon Sep 17 00:00:00 2001 From: leemc-data-ed Date: Wed, 22 Oct 2025 11:46:46 -0400 Subject: [PATCH 1/4] Remove unordered list style --- assets/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/styles.css b/assets/styles.css index 269458db0..b25694e38 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -155,11 +155,12 @@ h2, h3, h4 { background: rgba(var(--lia-grey),0.2); } +/* .lia-list--unordered > li:before { content: "\25CF"; } - +*/ .icon-compile-circle:before { content: "\f144"; From 09ab00d2aae13758d9eea7ec240ab3c70bf57153 Mon Sep 17 00:00:00 2001 From: leemc-data-ed Date: Wed, 22 Oct 2025 11:50:14 -0400 Subject: [PATCH 2/4] Update macros.md --- _module_templates/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_module_templates/macros.md b/_module_templates/macros.md index 972491bd6..00f9fa804 100644 --- a/_module_templates/macros.md +++ b/_module_templates/macros.md @@ -140,7 +140,7 @@ Looking for other modules on this topic or other topics related to data analytic @end -link: https://cdn.jsdelivr.net/gh/arcus/education_modules@main/assets/styles.css +link: https://cdn.jsdelivr.net/gh/arcus/education_modules@bug-fixes/assets/styles.css script: https://kit.fontawesome.com/83b2343bd4.js script: https://code.jquery.com/jquery-3.6.0.slim.min.js From b603e4948ef8b76af07b4cd3788bef013c9b18cd Mon Sep 17 00:00:00 2001 From: leemc-data-ed Date: Wed, 22 Oct 2025 12:09:58 -0400 Subject: [PATCH 3/4] Change CDN back to main Had changed to pull from bug-fixes branch to test, changing back before merge. --- _module_templates/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_module_templates/macros.md b/_module_templates/macros.md index 00f9fa804..972491bd6 100644 --- a/_module_templates/macros.md +++ b/_module_templates/macros.md @@ -140,7 +140,7 @@ Looking for other modules on this topic or other topics related to data analytic @end -link: https://cdn.jsdelivr.net/gh/arcus/education_modules@bug-fixes/assets/styles.css +link: https://cdn.jsdelivr.net/gh/arcus/education_modules@main/assets/styles.css script: https://kit.fontawesome.com/83b2343bd4.js script: https://code.jquery.com/jquery-3.6.0.slim.min.js From 326bc536519d6b94f3e34c7e863f948d41e360b5 Mon Sep 17 00:00:00 2001 From: leemc-data-ed Date: Wed, 22 Oct 2025 12:11:18 -0400 Subject: [PATCH 4/4] Remove unordered list from CSS --- assets/styles.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index b25694e38..b0b709011 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -155,13 +155,6 @@ h2, h3, h4 { background: rgba(var(--lia-grey),0.2); } -/* -.lia-list--unordered - > li:before { - content: "\25CF"; -} -*/ - .icon-compile-circle:before { content: "\f144"; font-family: "Font Awesome 5 Free";