Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.32 -r1.33
--- lams_central/web/css/defaultHTML.css 19 Dec 2007 06:02:39 -0000 1.32
+++ lams_central/web/css/defaultHTML.css 13 Feb 2008 00:37:31 -0000 1.33
@@ -112,7 +112,7 @@
margin-right: 30px;
}
-li {
+ul li {
list-style-type: circle;
padding-bottom: 5px;
}
Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.16 -r1.17
--- lams_central/web/css/defaultHTML_learner.css 4 Jan 2008 00:27:28 -0000 1.16
+++ lams_central/web/css/defaultHTML_learner.css 13 Feb 2008 00:37:31 -0000 1.17
@@ -93,7 +93,7 @@
margin-right: 30px;
}
-li { list-style-type:circle;}
+ul li { list-style-type:circle;}
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {
Index: lams_central/web/css/defaultHTML_rtl.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v
diff -u -r1.18 -r1.19
--- lams_central/web/css/defaultHTML_rtl.css 7 Dec 2007 00:19:18 -0000 1.18
+++ lams_central/web/css/defaultHTML_rtl.css 13 Feb 2008 00:37:31 -0000 1.19
@@ -110,7 +110,7 @@
margin-left: 30px;
}
-li { list-style-type:circle;}
+ul li { list-style-type:circle;}
#page { /*whole layout of page*/
margin: 25px auto;
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.9 -r1.10
--- lams_central/web/css/defaultHTML_rtl_learner.css 4 Jan 2008 00:30:17 -0000 1.9
+++ lams_central/web/css/defaultHTML_rtl_learner.css 13 Feb 2008 00:37:31 -0000 1.10
@@ -93,7 +93,7 @@
margin-left: 30px;
}
-li { list-style-type:circle;}
+ul li { list-style-type:circle;}
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {