collective / Products.Ploneboard

8 stars 20 forks source link

Too general CSS rule are hiding some of the TinyMCE styles #23

Closed keul closed 11 years ago

keul commented 11 years ago

Inside forums where TinyMCE is enabled, a CSS rules (there: https://github.com/collective/Products.Ploneboard/blob/24d29a6d46879b4f84b02ef6911873e95f47d754/src/Products/Ploneboard/browser/ploneboard.css#L123) is also hiding styles for UL and OL of TinyMCE.

If we can't change it in a better rules, this additional rules fixes problem for me:

.boardConversation .boardCommentBody li { list-style: inherit; }

jensens commented 11 years ago

Is this fixed with your commit a00f189deddf9aa3e4c27d4fbeefeed7733f5422 ?

keul commented 11 years ago

Yes, is the same issue