blob: be7237704d6e6be780aa22cdfb11c68e6833b3d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE HTML>
<html>
<head>
<style>
th {
word-spacing: 0;
letter-spacing: 0;
text-transform: none;
text-indent: 0;
text-shadow: none;
line-height: normal;
white-space: normal;
word-wrap: normal;
}
</style>
</head>
<table width="100%">
<tr style="text-align: right">
<th>Text</th>
</tr>
</table>
</html>
|