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 .i {
6 height: 10px;
7 float: left;
8 }
9 </style>
10 </head>
11 <body>
13 <div style="width: 4px;">
14 <div style="margin-left: 10px;">
16 <div class="i" style="border: 1px solid green">2</div>
17 </div>
18 </div>
20 </body>
21 </html>