mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
411 B
HTML
23 lines
411 B
HTML
|
<!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>
|