diff options
Diffstat (limited to 'Base/res/html/misc')
-rw-r--r-- | Base/res/html/misc/lists.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/html/misc/lists.html b/Base/res/html/misc/lists.html index 59976d665a..19e7fb67c2 100644 --- a/Base/res/html/misc/lists.html +++ b/Base/res/html/misc/lists.html @@ -68,6 +68,12 @@ <li>Another entry</li> </ul> + <p>list-style: linear-gradient(to top left, red, green)</p> + <ul style="list-style: linear-gradient(to top left, red, green);"> + <li>Entry one</li> + <li>Another entry</li> + </ul> + <p>list-style: inside url(list-item.png)</p> <ul style="list-style: inside disc url(custom-list-item.png);"> <li>Entry one</li> |