Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <style type="text/css">
3 html, body { margin: 0; padding: 0; border: none; }
4 </style>
6 <div style="margin: 100px; height: 400px; width: 400px; display: -moz-box; -moz-box-orient: horizontal">
8 <div style="width: 200px; box-shadow: 0 0 14px blue">A</div>
9 <div style="width: 100px"></div>
10 <div style="-moz-box-flex: 1; box-shadow: 0 0 14px blue">B</div>
12 </div>