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">
6 #colset { -moz-column-count: 2; outline: 1px solid orange; }
7 .ib { height: 100px; display: inline-block; outline: 1px solid blue; }
8 div { outline: 1px solid green; }
9 span { outline: 1px solid magenta; }
11 </style>
12 </head>
13 <body>
15 <div id="colset"><div></div><div style="width: 10px; float: left;"><span> <span class="ib" style="width: 30px;"></span> <br> </span></div><span class="ib"></span></div>
17 </body>
18 </html>