[Bug] Project Page Missing Some Formatting

The 'ul' and 'size' tags are not formatted properly. The list has no numbers and the sizes have no effect.
Size tags have intentionally been disabled. I'll remove them from the editor to clarify that. They'll be replaced in the future by heading levels, probably in markdown.

'ul' is an 'unordered list', it shouldn't have numbers. However, if it doesn't have bullets, that may be a bug. Do you have any links demonstrating where this is occurring?
1
2
3
4
5
[ol]
[li]one[/li]
[li]two[/li]
[li]three[/li]
[/ol]


  1. one
  2. two
  3. three
mmozeiko
1
2
3
4
5
[ol]
[li]one[/li]
[li]two[/li]
[li]three[/li]
[/ol]


  1. one
  2. two
  3. three


Thanks, this should be fixed once the CSS reloads / caches get cleared. This used to work, I think when I added in a reset CSS, it cleared that and I didn't notice.

Edited by Andrew Chronister on