CODE
<ul>
<li>1</li>
<li>2</li>
</ul>
<li>1</li>
<li>2</li>
</ul>
CODE
li { display: inline; }
I have lots of items in the list so it continues on the next line. The problem is that the second line is too close to the first. Is there a solution, using CSS, to this problem?
I've search Google to no avail. Thank you for reading.
