Author: kristwaa
Date: Wed Jan 16 13:54:44 2013
New Revision: 846838

Log:
Testing table formatting fix, take #2.
Using display caused some unwanted effects, trying a div instead.

Modified:
    websites/production/db/content/derby/releases/release-10.8.3.0.html

Modified: websites/production/db/content/derby/releases/release-10.8.3.0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.8.3.0.html 
(original)
+++ websites/production/db/content/derby/releases/release-10.8.3.0.html Wed Jan 
16 13:54:44 2013
@@ -472,7 +472,7 @@ document.write("Last Published: " + docu
 <p>The following issues are addressed by Derby release 10.8.3.0. These issues 
are not addressed in the preceding 10.8.2.2 release.</p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4" border="2">
 <tr>
-<th style="width:110px; display:block;">Issue Id</th><th>Description</th>
+<th><div style="width:110px;">Issue Id</div></th><th>Description</th>
 </tr>
 <tr>
 <td><a class="external" 
href="https://issues.apache.org/jira/browse/DERBY-5951";>DERBY-5951</a></td><td>Missing
 method exception raised when using Clobs with territory based collation</td>


Reply via email to