Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ol {
- }
- ol li {list-style:upper-roman;
- }
- ol li ol li {list-style-type:lower-alpha;
- }
- #list2 li{list-style-type:decimal;
- }
- #nestedList2 li {list-style-type:circle;
- }
- #nestedList2 li ul li {list-style-type:disc;
- }
- ol li ul li {list-style-type:disc;
- }
- body {
- }
Advertisement
Add Comment
Please, Sign In to add comment