mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
397 B
HTML
19 lines
397 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">
|
||
|
<tr>
|
||
|
|
||
|
<td>
|
||
|
<a class='freesubtype'>Classic</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|