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 lang="en"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
michael@0 | 5 | <meta http-equiv="Content-Style-Type" content="text/css"> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | body { |
michael@0 | 8 | text-rendering: optimizeLegibility; |
michael@0 | 9 | font-size: 14.5px; |
michael@0 | 10 | } |
michael@0 | 11 | div, span { |
michael@0 | 12 | border: none; |
michael@0 | 13 | padding: 0px; |
michael@0 | 14 | } |
michael@0 | 15 | span { |
michael@0 | 16 | /* Offset the baseline by an integer number of pixels */ |
michael@0 | 17 | display: inline-block; |
michael@0 | 18 | vertical-align: baseline; |
michael@0 | 19 | height: 30px; |
michael@0 | 20 | } |
michael@0 | 21 | </style> |
michael@0 | 22 | </head> |
michael@0 | 23 | <body> |
michael@0 | 24 | <div style="position:fixed; left:10px; top:9.6px; font-family: sans-serif"> |
michael@0 | 25 | e<span></span><br> |
michael@0 | 26 | e<br> |
michael@0 | 27 | e<br> |
michael@0 | 28 | e<br> |
michael@0 | 29 | e<br> |
michael@0 | 30 | e<br> |
michael@0 | 31 | e<br> |
michael@0 | 32 | e<br> |
michael@0 | 33 | e<br> |
michael@0 | 34 | e<br> |
michael@0 | 35 | e<br> |
michael@0 | 36 | e<br> |
michael@0 | 37 | </div> |
michael@0 | 38 | <div style="position:fixed; left:100px; top:9.6px; font-family: serif"> |
michael@0 | 39 | e<span></span><br> |
michael@0 | 40 | e<br> |
michael@0 | 41 | e<br> |
michael@0 | 42 | e<br> |
michael@0 | 43 | e<br> |
michael@0 | 44 | e<br> |
michael@0 | 45 | e<br> |
michael@0 | 46 | e<br> |
michael@0 | 47 | e<br> |
michael@0 | 48 | e<br> |
michael@0 | 49 | e<br> |
michael@0 | 50 | e<br> |
michael@0 | 51 | </div> |
michael@0 | 52 | </body> |