mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
290 B
HTML
10 lines
290 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
|
|
<title>indent on LI</title>
|
|
|
|
<ul>
|
|
<li style="text-indent: 0">This item has a text-indent of 0.
|
|
<li style="text-indent: 2em">This item has a text-indent of 2em.
|
|
<li style="text-indent: -2em">This item has a text-indent of -2em.
|
|
</ul>
|