I'm trying to generally "tighten things up" so I can squeeze more text into these select items (see screenshot). This uses the standard select items with thumbnails, like in the following example from the docs.
- <li>
- <a href="index.html">
- <img src="images/album-bb.jpg" />
- <h3>Broken Bells</h3>
- <p>Broken Bells</p><
- /a>
- </li>
Basically what I'd like to do is narrow all the margins to allow for more text, particularly between the thumbnail and the start of the text. There is an awful lot of wasted space there. Anybody know where the bodies are buried to do this?
Thanks,
doug