Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <!doctype html>
2 <html>
3 <head>
4 <style type="text/css">
5 div {
6 overflow: hidden;
7 height: 100px;
8 }
9 table {
10 table-layout: fixed;
11 border: 1px solid #000;
12 width: 100%;
13 }
14 td {
15 border: 1px solid #000;
16 }
17 </style>
18 </head>
19 <body>
20 <div>
21 <table>
22 <tr>
23 <td width="200">Header1</td><td>Header2</td>
24 </tr>
25 <tr>
26 <td>Cell1</td><td>Cell2</td>
27 </tr>
28 </table>
29 </div>
30 </body>
31 </html>