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><head><title>Dynamic manipulation of !important</title>
3 <style>
4 div { float: left; width: 50px; height: 50px; margin: 5px;
5 background-color: green }
6 div#control { width: 230px }
7 p { clear: left }
8 </style>
9 <body>
10 <div></div>
11 <div></div>
12 <div></div>
13 <div></div>
14 <p></p>
15 <div></div>
16 <div></div>
17 <div></div>
18 <div></div>
19 <p></p>
20 <div id="control"></div>
21 <p>There should be two rows of four green squares and one solid green
22 bar above.</p>
23 </body>
24 </html>