| Index: includes/styleguide/lists/ordered.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/lists/ordered.html |
| @@ -0,0 +1,14 @@ |
| + |
| +<ol> |
| + <li>List item</li> |
| + <li>List item</li> |
| + <li> |
| + List item |
| + <ol> |
| + <li>List item</li> |
| + <li>List item</li> |
| + <li>List item</li> |
| + </ol> |
| + </li> |
| + <li>List item</li> |
| +</ol> |