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>
3 <style>
4 #div1 {
5 background: green;
6 height: 100px;
7 width: 100px;
8 }
9 span {
10 background: yellow;
11 }
12 #div1 div {-moz-transform: translate(20px, 150px);
13 -moz-transform-origin: 0% 0%;
14 }
15 </style>
16 </head>
17 <body>
18 <div id="div1">
19 <div><span>span 1</span></div>
20 </div>
21 <span>span 2</span>
22 </body>
23 </html>