Ticket #2316: 2316.patch

File 2316.patch, 0.7 KB (added by fredck, 21 months ago)
  • _samples/sample.css

     
    4242 
    4343#outputSample 
    4444{ 
    45         table-layout:fixed; 
     45        table-layout: fixed; 
     46        width: 100%; 
    4647} 
    4748 
    4849pre 
  • _whatsnew.html

     
    4242        <p> 
    4343                Fixed Bugs:</p> 
    4444        <ul> 
    45                 <li></li> 
     45                <li>The sample posted data page has now the table fixed at 100% width.</li> 
    4646        </ul> 
    4747        <p> 
    4848                <a href="_whatsnew_history.html">See previous versions history</a></p>