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 PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Styling the CANVAS element</title>
5 <style type="text/css">
6 div{
7 position: absolute;
8 top:37px; left:4em;
9 background:lime;
10 border:.5em solid black;
11 height:1em;
12 width:1em;
13 display:block;
14 }
15 </style>
16 </head>
17 <body>
18 <div></div>
19 </body>
20 </html>