Author: kristwaa
Date: Wed Jan 16 13:38:13 2013
New Revision: 846837

Log:
Testing table formatting fix.
The problem is that some browsers, for instance Chrome, breaks "DERBY-XXXX"
at the hyphen to try to accommodate the longest issue descriptions in the
table of fixed issues.
On my system this happens even with a resolution of 1600x900, and it makes the
table much harder to read.

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:38:13 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>
-<td><strong>Issue Id</strong></td><td><strong>Description</strong></td>
+<th style="width:110px; display:block;">Issue Id</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