Index: openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css 14 Feb 2024 16:15:59 -0000 1.1.2.6 +++ openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css 5 Aug 2024 15:24:40 -0000 1.1.2.7 @@ -264,7 +264,7 @@ color: red; } -body ul.action-links li:before { +body ul.action-links > li:before { font-family: 'bootstrap-icons' !important; content: "\f134"; /* bi-arrow-right-circle */ margin-top: 2px; @@ -273,6 +273,6 @@ margin-left: -22px; float: left; } -body ul.action-links li { +body ul.action-links > li { list-style: none; }