htmlbox.css at line 62 I think it's a typo
adresaklumea - July 16, 2008 - 12:15
| Project: | HTMLBox |
| Version: | 5.x-1.0-2 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Poetro |
| Status: | active |
Jump to:
Description
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

#1
Thanks for pointing this out. Doing a fix, and some new features really soon.
#2
I 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 module#3