Author: cluts
Date: 2008-08-11 12:55:56 -0400 (Mon, 11 Aug 2008)
New Revision: 10035
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/resources/css/html.css
Log:
RF-3875 - "large spaces between list items in IE" - done (and corrected some
lists for rich:calendar)
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-08-11 16:53:59 UTC
(rev 10034)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-08-11 16:55:56 UTC
(rev 10035)
@@ -206,15 +206,11 @@
</emphasis> defines a label for the button. If the attribute is set
<emphasis><property>"buttonIcon"</property></emphasis>
and
<emphasis><property>"buttonIconDisabled"</property></emphasis>
are ignored </para>
</listitem>
- </itemizedlist>
- <itemizedlist>
<listitem>
<para><emphasis>
<property>"buttonIcon"</property>
</emphasis> defines an icon for the button</para>
</listitem>
- </itemizedlist>
- <itemizedlist>
<listitem>
<para><emphasis>
<property>"buttonIconDisabled"</property>
Modified: trunk/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/userguide/en/src/main/resources/css/html.css 2008-08-11 16:53:59 UTC (rev
10034)
+++ trunk/docs/userguide/en/src/main/resources/css/html.css 2008-08-11 16:55:56 UTC (rev
10035)
@@ -72,7 +72,6 @@
text-align:left;
font-size: 11px;
}
-
.css_normal {
line-height:0px;
color:#000000;
@@ -148,4 +147,14 @@
}
div.table-contents table{
font-size:12px;
+}
+.itemizedlist ul {
+ padding-top: 5px;
+}
+.itemizedlist ul li {
+ margin-top: 5px;
+ padding-bottom: 0px;
+}
+.itemizedlist ul li p {
+ margin-top: -10px;
}
\ No newline at end of file