*** empty log message ***
diff --git a/platform/org.eclipse.platform/book.css b/platform/org.eclipse.platform/book.css
index 66dacfa..fdd91ae 100644
--- a/platform/org.eclipse.platform/book.css
+++ b/platform/org.eclipse.platform/book.css
@@ -91,13 +91,13 @@
 a:link	     { color: #0000FF }

 a:hover	     { color: #000080 }

 a:visited    { text-decoration: underline }

-ul	     { margin-top: 0; margin-bottom: 10 }

-li	     { margin-top: 0; margin-bottom: 0 } 

-li p	     { margin-top: 0; margin-bottom: 0 } 

-ol	     { margin-top: 0; margin-bottom: 10 }

-dl	     { margin-top: 0; margin-bottom: 10 }

-dt	     { margin-top: 0; margin-bottom: 0; font-weight: bold }

-dd	     { margin-top: 0; margin-bottom: 0 }

+ul	     { margin-top: 10px; margin-bottom: 10px; }

+li	     { margin-top: 5px; margin-bottom: 5px; } 

+li p	     { margin-top: 5px; margin-bottom: 5px; }

+ol	     { margin-top: 10px; margin-bottom: 10px; }

+dl	     { margin-top: 10px; margin-bottom: 10px; }

+dt	     { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }

+dd	     { margin-top: 5px; margin-bottom: 5px; }

 strong	     { font-weight: bold}

 em	     { font-style: italic}

 var	     { font-style: italic}

diff --git a/platform/org.eclipse.sdk/book.css b/platform/org.eclipse.sdk/book.css
index f9146cb..3722d7d 100644
--- a/platform/org.eclipse.sdk/book.css
+++ b/platform/org.eclipse.sdk/book.css
@@ -91,13 +91,13 @@
 a:link	     { color: #0000FF }
 a:hover	     { color: #000080 }
 a:visited    { text-decoration: underline }
-ul	     { margin-top: 0; margin-bottom: 10 }
-li	     { margin-top: 0; margin-bottom: 0 } 
-li p	     { margin-top: 0; margin-bottom: 0 } 
-ol	     { margin-top: 0; margin-bottom: 10 }
-dl	     { margin-top: 0; margin-bottom: 10 }
-dt	     { margin-top: 0; margin-bottom: 0; font-weight: bold }
-dd	     { margin-top: 0; margin-bottom: 0 }
+ul	     { margin-top: 10px; margin-bottom: 10px; }
+li	     { margin-top: 5px; margin-bottom: 5px; } 
+li p	     { margin-top: 5px; margin-bottom: 5px; }
+ol	     { margin-top: 10px; margin-bottom: 10px; }
+dl	     { margin-top: 10px; margin-bottom: 10px; }
+dt	     { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
+dd	     { margin-top: 5px; margin-bottom: 5px; }
 strong	     { font-weight: bold}
 em	     { font-style: italic}
 var	     { font-style: italic}