Index: lams_central/web/css/defaultHTML_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v diff -u -r1.20 -r1.21 --- lams_central/web/css/defaultHTML_learner.css 11 Apr 2008 00:52:19 -0000 1.20 +++ lams_central/web/css/defaultHTML_learner.css 11 Apr 2008 01:11:23 -0000 1.21 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v diff -u -r1.21 -r1.22 --- lams_central/web/css/defaultHTML_rtl.css 11 Apr 2008 00:52:19 -0000 1.21 +++ lams_central/web/css/defaultHTML_rtl.css 11 Apr 2008 01:11:23 -0000 1.22 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v diff -u -r1.13 -r1.14 --- lams_central/web/css/defaultHTML_rtl_learner.css 11 Apr 2008 00:52:19 -0000 1.13 +++ lams_central/web/css/defaultHTML_rtl_learner.css 11 Apr 2008 01:11:23 -0000 1.14 @@ -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%;