mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
18 lines
153 B
HTML
18 lines
153 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
li {
|
|
list-style-position: inside;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li>Test (inside).</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|