mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ddf13b3bf3
--HG-- extra : rebase_source : 7279e2260b9cc186804b025f3a87fd97fb8b7719
16 lines
154 B
HTML
16 lines
154 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.d {
|
|
height:10em;
|
|
border:75px solid #CCC;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ul class="d">
|
|
<li>a</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|