Page 1 of 1

Bug: Forum: Bullet Points in lists are hidden

Posted: 15 Aug 2013 18:19
by JSLover
This is a list, that should have "bullet points"...
  • Bullet Point 1
  • Bullet Point 2
  • Bullet Point 3
...some CSS is bleeding into forum posts, removing list-style-type.

Numbered lists display fine...
  1. List item 1
  2. List item 2
  3. List item 3
...I recommend this CSS to fix the issue...
  • Code: Select all

    .postbody ul { list-style-type: disc; }
...requiring .postbody should make it only apply to forum posts.

Re: Bug: Forum: Bullet Points in lists are hidden

Posted: 15 Aug 2013 18:51
by Jean-Baptiste Kempf
Should be fixed :)
Destroy your local cache :)

Re: Bug: Forum: Bullet Points in lists are hidden

Posted: 15 Aug 2013 19:19
by JSLover
Thx for the quick fix!
Destroy your local cache
...didn't need to, it worked 1st time I loaded this topic.

Re: Bug: Forum: Bullet Points in lists are hidden

Posted: 15 Aug 2013 22:51
by Jean-Baptiste Kempf
Cool.