Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
3 <head>
4 <style type="text/css">
6 body { -moz-column-count: 2; }
7 span { white-space: pre; }
8 body:first-letter { color:blue; font-size:400%; }
10 </style>
11 </head>
13 <body onload="var span=document.getElementById('span'); span.removeChild(span.lastChild);"><span id="span">T
14 </span>T</body>
16 </html>