mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
299 B
HTML
16 lines
299 B
HTML
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
.two { position: fixed; top: 50px; right: 20px; margin-left: auto; background: white; }
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
The bug causes black to appear in the table's margin.
|
||
|
<BR>
|
||
|
<table class="two">
|
||
|
<tr><td>Data</td></tr>
|
||
|
</table>
|
||
|
|
||
|
</body></html>
|