The WRAPs with icons are quite nice, we use them a lot.
In my opinion background-image is a problematic solution for applying the icon; it won't print by default, for example. Also dw2pdf seems to have its problems with loading the icons(?)
Would anybody prefer
- converting for example
.wrap_info { background-image: url(xyz); } to something like .wrap_info:before { content: url(xyz); }
- thus enabling printing the icons
- (some more css stuff needed here...)
?