When using the meta-theme, all formatting made with Fckeditor (or anything similar) are getting stripped.

This doesn't happen on other themes I've tried.

Is it intended? if yes, how can I make it work for me?

I attached picture with meta-theme and without

CommentFileSizeAuthor
meta_0.JPG27.79 KBandydev

Comments

andydev’s picture

I found that if I comment out on pagestyles.css, line 17:
/* * { list-style: none; margin: 0; padding: 0; } */

Then the bulletings show OK.

I don't have much knowledge about CSS, so I would prefer if someone else would confirm this