changeset 56:448fbc8865a5 CellTable

Make the Table fill the given space (width 100%).
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Tue, 11 Dec 2012 15:36:08 +0100
parents 08ae8b6d627f
children cd79dc467688
files war/Sti.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/war/Sti.html	Tue Dec 11 15:34:37 2012 +0100
+++ b/war/Sti.html	Tue Dec 11 15:36:08 2012 +0100
@@ -66,7 +66,7 @@
 			</div>	
 		</td>
 
-		<td valign="top">
+		<td valign="top" width="100%">
 			<div id="tableWindow" class="tableWindow">
 			</div>
 		</td>