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 <title>four stylesheets</title>
5 <link rel="stylesheet" type="text/css" media="scren" href="simple.css"/>
6 <style type="text/css">
7 div {
8 font-size: 2em;
9 }
10 </style>
11 <style type="text/css">
12 span {
13 font-size: 3em;
14 }
15 </style>
16 <style type="text/css">
17 p {
18 font-size: 4em;
19 }
20 </style>
21 </head>
22 <body>
23 <div>four <span>stylesheets</span></div>
24 </body>
25 </html>