Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!doctype html> |
michael@0 | 2 | <html><head><title>455105 ref</title> |
michael@0 | 3 | <style> |
michael@0 | 4 | div { |
michael@0 | 5 | position: absolute; |
michael@0 | 6 | top: 10px; left: 10px; |
michael@0 | 7 | width: 40px; |
michael@0 | 8 | height: 40px; |
michael@0 | 9 | border-width: 10px; |
michael@0 | 10 | border-style: solid; |
michael@0 | 11 | border-color: green; |
michael@0 | 12 | background-color: green; |
michael@0 | 13 | } |
michael@0 | 14 | </style> |
michael@0 | 15 | </head><body> |
michael@0 | 16 | <div></div> |
michael@0 | 17 | </body></html> |