diff options
author | Kevin Rushforth <[email protected]> | 2005-04-04 21:01:41 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-04-04 21:01:41 +0000 |
commit | c356b841b59bac6ab2a18b46d06a607e0b31c1dd (patch) | |
tree | 6d19678e856d35046c71a229cbd25fa784dd09d4 /www/j3d1_4 | |
parent | 87e7484aca3d694a94674291b9c3a505ba63c991 (diff) |
Fixed HTML tables
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@193 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4')
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index f6469fc..607218a 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -26,7 +26,7 @@ Java 3D version 1.4</a> is also available. <tbody> <tr> <td - style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 225); width: 60%;"> + style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 225);"> <h3>1.4 Committed Features<br> </h3> <p>This list of high priority features will almost certainly make @@ -89,7 +89,7 @@ in a utility)</li> </ul> </td> <td - style="text-align: left; vertical-align: top; background-color: rgb(235, 255, 235);" + style="text-align: left; vertical-align: top; background-color: rgb(235, 255, 235); width: 40%;" colspan="1" rowspan="4"> <h3>Other Features for 1.4, 1.5, ...<br> </h3> @@ -152,7 +152,7 @@ to drive it.</span><span style="color: rgb(204, 0, 0);"></span></li> </tr> <tr> <td - style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 203); width: 60%;"> + style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 203);"> <h3>1.5 Proposed Major Features</h3> <p>This list of high priority features is being seriously considered for the 1.5 version of the Java 3D API.</p> @@ -165,7 +165,7 @@ considered for the 1.5 version of the Java 3D API.</p> </tr> <tr> <td - style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 182); width: 60%;"> + style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 182);"> <h3>1.6 Possible Major Features</h3> <p><span style="font-style: italic;">Not yet planned</span><br> </p> @@ -173,7 +173,7 @@ considered for the 1.5 version of the Java 3D API.</p> </tr> <tr> <td - style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 164); width: 60%;"> + style="text-align: left; vertical-align: top; background-color: rgb(255, 255, 164);"> <h3><a name="Future_Features"></a>2.0 Possible Major Features</h3> <p>Here is an unprioritized list of possible features under consideration for a future 2.0 version of the Java 3D API. </p> |