Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.34 -r1.35
--- lams_central/web/css/defaultHTML.css 7 Mar 2008 00:32:36 -0000 1.34
+++ lams_central/web/css/defaultHTML.css 11 Apr 2008 00:52:19 -0000 1.35
@@ -120,6 +120,11 @@
padding-bottom: 5px;
}
+ol {
+ margin-left: 25px;
+ margin-right: 30px;
+}
+
li.no-list-type {
list-style-type: none;
}
Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.19 -r1.20
--- lams_central/web/css/defaultHTML_learner.css 12 Mar 2008 01:22:00 -0000 1.19
+++ lams_central/web/css/defaultHTML_learner.css 11 Apr 2008 00:52:19 -0000 1.20
@@ -96,6 +96,12 @@
ul li { list-style-type:circle;}
+ol {
+ margin-left: 25px;
+ margin-right: 30px;
+}
+
+
/*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.20 -r1.21
--- lams_central/web/css/defaultHTML_rtl.css 7 Mar 2008 00:32:36 -0000 1.20
+++ lams_central/web/css/defaultHTML_rtl.css 11 Apr 2008 00:52:19 -0000 1.21
@@ -116,6 +116,11 @@
ul li { list-style-type:circle;}
+ol {
+ margin-right: 25px;
+ margin-left: 30px;
+}
+
#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.12 -r1.13
--- lams_central/web/css/defaultHTML_rtl_learner.css 12 Mar 2008 01:22:00 -0000 1.12
+++ lams_central/web/css/defaultHTML_rtl_learner.css 11 Apr 2008 00:52:19 -0000 1.13
@@ -97,6 +97,13 @@
ul li { list-style-type:circle;}
+ol {
+ margin-right: 25px;
+ margin-left: 30px;
+}
+
+ul li { list-style-type:circle;}
+
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {
width:100%;