mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
410 B
HTML
16 lines
410 B
HTML
|
<html><head><title>bug 175455</title>
|
||
|
|
||
|
<style>
|
||
|
a.freesubtype {display: block; width: 100%; padding-left: 16px;}
|
||
|
a.freesubtype:hover {font-weight: bold;}
|
||
|
</style></head>
|
||
|
<body>
|
||
|
<table border="1">
|
||
|
<tbody><tr>
|
||
|
<td><i>
|
||
|
<a class="freesubtype">Classic</a></i>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</tbody></table>
|
||
|
</body></html>
|