Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <style type="text/css">
4 table{ width: 500px; }
6 </style>
7 </head>
8 <body>
9 <table class="grid" cellspacing="50" cellpadding="0" border>
10 <col width="10%"/>
11 <col width="1" span="2"/>
12 <tbody>
13 <tr><th class="top" colspan="3"> Some Text</th></tr>
14 </tbody>
15 </table>
16 </body>
17 </html>