currently, the CSS looks like: ```css ul, ol { margin: 40px 100px 0 100px; } li > ul, ol { margin: 0 0 15px 50px; list-style-image: none; /* in case parent list has some */ } ``` This doesn't appear to be working: `li > ul, ol` needs to be reversed.
currently, the CSS looks like:
This doesn't appear to be working:
li > ul, olneeds to be reversed.