mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
62 lines
1.6 KiB
HTML
62 lines
1.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en-US">
|
|
<head>
|
|
<title></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<style type="text/css">
|
|
|
|
table { margin-left: auto; margin-right: auto; }
|
|
table:last-child { margin-right: 0; }
|
|
table:first-child { margin-left: 0; }
|
|
|
|
div.constrained {
|
|
border: medium solid;
|
|
width: 20px;
|
|
margin: auto;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<table border><tr><td>ABCDE</td></tr></table>
|
|
<table border><tr><td>ABCDE</td></tr></table>
|
|
<table border><tr><td>ABCDE</td></tr></table>
|
|
</div>
|
|
|
|
<div>
|
|
<table border width="5"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="5"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="5"><tr><td>ABCDE</td></tr></table>
|
|
</div>
|
|
|
|
<div>
|
|
<table border width="300"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="300"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="300"><tr><td>ABCDE</td></tr></table>
|
|
</div>
|
|
|
|
<div class="constrained">
|
|
<table border><tr><td>ABCDE</td></tr></table>
|
|
<table border><tr><td>ABCDE</td></tr></table>
|
|
<table border><tr><td>ABCDE</td></tr></table>
|
|
</div>
|
|
|
|
<div class="constrained">
|
|
<table border width="5"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="5"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="5"><tr><td>ABCDE</td></tr></table>
|
|
</div>
|
|
|
|
<div class="constrained">
|
|
<table border width="300"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="300"><tr><td>ABCDE</td></tr></table>
|
|
<table border width="300"><tr><td>ABCDE</td></tr></table>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|