In htmlbox.css at line 62 is div.htmlbox div.htmlbox-toolbar button span.p { background-position: -840px -20px; }
I think it should be
div.htmlbox div.htmlbox-toolbar button span.paragraph { background-position: -840px -20px; }
----------
Bloggero
Comments
Comment #1
Poetro commentedThanks for pointing this out. Doing a fix, and some new features really soon.
Comment #2
idflorin commentedI also think it shoud be better if you'll change for example
<span class="left">to something more specific to this module like<span class="left-html-button">Because for example
<span class="left">it's used also by the image moduleComment #3
Poetro commented