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 | <style> |
michael@0 | 3 | @font-face { |
michael@0 | 4 | font-family: Ahem; |
michael@0 | 5 | src: url(../fonts/Ahem.ttf); |
michael@0 | 6 | } |
michael@0 | 7 | * { |
michael@0 | 8 | font-family: Ahem; |
michael@0 | 9 | } |
michael@0 | 10 | </style> |
michael@0 | 11 | <body style="position: relative; display: inline; border-right: 1px solid black; font-size: 100px; line-height: 100px; margin: 0"> |
michael@0 | 12 | <table style="position: absolute; width: 100px; height: 100%; top: 0; left: 0; background: green"></table> |
michael@0 | 13 | </body> |