Index: lams_central/web/css/defaultHTML_learner.css =================================================================== diff -u -r53604a2b616e6155161334d95cea0285a77ed7b5 -r3184dc78389c6c0256463b0b052ad194e4fcdb95 --- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 53604a2b616e6155161334d95cea0285a77ed7b5) +++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 3184dc78389c6c0256463b0b052ad194e4fcdb95) @@ -101,7 +101,9 @@ margin-right: 30px; } - +li.no-list-type { + list-style-type: none; +} /*layout of the table with the alternate color for the table heading cell */ table.alternative-color { width:100%; Index: lams_central/web/css/defaultHTML_rtl.css =================================================================== diff -u -r53604a2b616e6155161334d95cea0285a77ed7b5 -r3184dc78389c6c0256463b0b052ad194e4fcdb95 --- lams_central/web/css/defaultHTML_rtl.css (.../defaultHTML_rtl.css) (revision 53604a2b616e6155161334d95cea0285a77ed7b5) +++ lams_central/web/css/defaultHTML_rtl.css (.../defaultHTML_rtl.css) (revision 3184dc78389c6c0256463b0b052ad194e4fcdb95) @@ -121,6 +121,9 @@ margin-left: 30px; } +li.no-list-type { + list-style-type: none; +} #page { /*whole layout of page*/ margin: 25px auto; width: 707px; Index: lams_central/web/css/defaultHTML_rtl_learner.css =================================================================== diff -u -r53604a2b616e6155161334d95cea0285a77ed7b5 -r3184dc78389c6c0256463b0b052ad194e4fcdb95 --- lams_central/web/css/defaultHTML_rtl_learner.css (.../defaultHTML_rtl_learner.css) (revision 53604a2b616e6155161334d95cea0285a77ed7b5) +++ lams_central/web/css/defaultHTML_rtl_learner.css (.../defaultHTML_rtl_learner.css) (revision 3184dc78389c6c0256463b0b052ad194e4fcdb95) @@ -104,6 +104,9 @@ ul li { list-style-type:circle;} +li.no-list-type { + list-style-type: none; +} /*layout of the table with the alternate color for the table heading cell */ table.alternative-color { width:100%;