Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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>