Appfuse is a good framework for developing web projects. But the width
of tables in web pages are fixed. It looks as if a little of ugly. Fortunately,
we can repair it as the following method:
		
		
				- 
						opens ${ProjectName}/styles/layout.css
     and locates at div#page. Replaces “width:781px” with “width: 95%”;
				
- 
						opens
     layout-navtop-subright.css in the same folder. Locates at div#content.
     Replaces “width:701px”(or something else like this) with “width 95%”.
				
- 
						Refresh the html page and you
     will find the tables are beautiful. Enjoy it.