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 <html>
2 <head>
4 <script>
6 function foo()
7 {
8 document.getElementById("navish").style.display = "inline-block";
9 }
10 </script>
12 </head>
15 <body onload="foo()">
17 <div style="-moz-column-count: 2;">
18 <ol id="ol1" style="height: 30px;">
19 <li>A</li>
20 <li><p id="p3" style="width: 1em;">Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo</p></li>
21 </ol>
22 </div>
24 <p id="navish">E</p>
26 </body>
27 </html>