mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
10 lines
400 B
HTML
10 lines
400 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div style="display: list-item; list-style-type: none;
|
|
list-style-position: inside;
|
|
border: 1px solid green; width: -moz-fit-content">Some text</div>
|
|
<div style="display: list-item; list-style-type: none;
|
|
list-style-position: outside;
|
|
border: 1px solid green; width: -moz-fit-content">Some text</div>
|
|
</body>
|