mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
19 lines
200 B
HTML
19 lines
200 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
li::-moz-list-bullet {
|
|
direction: rtl;
|
|
margin-right: 1em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
Body
|
|
<ul>
|
|
<li>list item</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|