mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
22 lines
246 B
HTML
22 lines
246 B
HTML
<html><head>
|
|
<style>
|
|
body{
|
|
font:normal 13px Verdana;
|
|
}
|
|
div {
|
|
padding-right:7px;
|
|
font-size:11px;
|
|
}
|
|
</style></head>
|
|
<body>
|
|
<table><tbody><tr><td>
|
|
<div>
|
|
<span>m m </span>
|
|
</div>
|
|
<div>
|
|
<span>m</span>
|
|
</div>
|
|
</td></tr></tbody></table>
|
|
|
|
</body></html>
|