Bug: Forum: Bullet Points in lists are hidden
Posted: 15 Aug 2013 18:19
This is a list, that should have "bullet points"...
Numbered lists display fine...
- Bullet Point 1
- Bullet Point 2
- Bullet Point 3
Numbered lists display fine...
- List item 1
- List item 2
- List item 3
Code: Select all
.postbody ul { list-style-type: disc; }