mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
30 lines
461 B
HTML
30 lines
461 B
HTML
<html><head>
|
|
<link href="data:text/css," rel="stylesheet" type="text/css">
|
|
<style type="text/css">
|
|
.Big_Preview_Download {
|
|
display:inline;
|
|
position:relative;
|
|
}
|
|
.cma {
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="Big_Preview_Download">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<script type="text/javascript"> </script>
|
|
<div class="cma"></div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</body></html>
|