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> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | body { |
michael@0 | 6 | font-size: 10px; |
michael@0 | 7 | } |
michael@0 | 8 | .float { |
michael@0 | 9 | width: 100%; |
michael@0 | 10 | float: left; |
michael@0 | 11 | height: 10px; |
michael@0 | 12 | padding-bottom: 10px; |
michael@0 | 13 | } |
michael@0 | 14 | table { |
michael@0 | 15 | clear: left; |
michael@0 | 16 | } |
michael@0 | 17 | </style> |
michael@0 | 18 | </head> |
michael@0 | 19 | <body> |
michael@0 | 20 | <div class="float"></div> |
michael@0 | 21 | <br> |
michael@0 | 22 | <table cellpadding="0" cellspacing="0"> |
michael@0 | 23 | <tr> |
michael@0 | 24 | <td>should_be_at_left_edge</td> |
michael@0 | 25 | </tr> |
michael@0 | 26 | </table> |
michael@0 | 27 | </body> |
michael@0 | 28 | </html> |