line-height ul
in Fonts
Hi,
how to reduce the line-height of the ul?
<ul> | |
<li>one </li> | |
<li>two</li> | |
<li>three </li> | |
</ul> |
Normally I've 26px.
Comments
You would have to use custom css or inline style like:
<ul style="line-height:20px;">