Hi ton,
there might be another way...
Try using glyph's instead of images, I haven't tried it but I can't see why it wouldn't work.
Go to http://fortawesome.github.io/Font-Awesome
Download the font pack and use as instructed.
An icon you might use is 'icon-warning-sign'. you style these just as you would a normal font, they work with bootstrap and they'll save you a load of time creating sprites and separate images.
What you would then do is
<i class="icon-warning-sign"></i> hopefully it will also cut do on the space.
Regards,
Geoff
there might be another way...
Try using glyph's instead of images, I haven't tried it but I can't see why it wouldn't work.
Go to http://fortawesome.github.io/Font-Awesome
Download the font pack and use as instructed.
An icon you might use is 'icon-warning-sign'. you style these just as you would a normal font, they work with bootstrap and they'll save you a load of time creating sprites and separate images.
What you would then do is
<i class="icon-warning-sign"></i> hopefully it will also cut do on the space.
Regards,
Geoff