From 88d218721b90db13bed3b6ac3a79f689da8b3c2d Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Thu, 17 Mar 2022 15:27:13 +0000 Subject: [PATCH] Base: Add nested lists to list test-page --- Base/res/html/misc/lists.html | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Base/res/html/misc/lists.html b/Base/res/html/misc/lists.html index ed21f5d97f..59976d665a 100644 --- a/Base/res/html/misc/lists.html +++ b/Base/res/html/misc/lists.html @@ -14,6 +14,42 @@
  • Another entry
  • +

    Multiple levels

    + + +

    Multiple levels of numbers

    +
      +
    1. First
    2. +
    3. Second +
        +
      1. Sub-1
      2. +
      3. Sub-2 +
          +
        1. Sub-sub-1
        2. +
        3. Sub-sub-2
        4. +
        5. Sub-sub-3
        6. +
        +
      4. +
      5. Sub-3
      6. +
      +
    4. +
    +

    list-style: disc