Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 th {
6 word-spacing: 0;
7 letter-spacing: 0;
8 text-transform: none;
9 text-indent: 0;
10 text-shadow: none;
11 line-height: normal;
12 white-space: normal;
13 word-wrap: normal;
14 }
15 </style>
16 </head>
17 <table width="100%">
18 <tr>
19 <th style="text-align: right">Text</th>
20 </tr>
21 </table>
22 </html>