I wantto reduce the gap between a bullet and its text in html ..
FOr instance I have
- This is the text
How is it possible to increase or decrease the gap between the bullet and The text using css?
|
I wantto reduce the gap between a bullet and its text in html .. FOr instance I have
How is it possible to increase or decrease the gap between the bullet and The text using css? |
|||
|
|
|
The only way I've been able to achieve this [decreasing the native browser rendered spacing of the li] is by adding additional markup to your As an example: Markup:
CSS
This could add quite a bit of extra unnecessary markup for such a small requirement. You'd be better of using a background image on your |
||||
|
|
|
you can make it bigger by setting the padding on the
i haven't been able to figure out how to make it smaller, negative values don't seem to have an effect. |
|||
|
|