私はこの JsFiddle を持っています:ここをクリック
<div id='menu'>
<ul>
<li><a class='styleanchor' href="${pageContext.request.contextPath}/mainpage/">
hone</a></li><!--
--><li><a class='styleanchor' href="${pageContext.request.contextPath}/verification/user/">asdsad</a></li><!--
--><li><a class='styleanchor' href="${pageContext.request.contextPath}/verification/user/">Replace this LOL</a></li><!--
--><li><a class='styleanchor' href=index.html>Replace this LOL</a></li><!--
--><li><a class='styleanchor' href=index.html>Replace this LOL</a></li><!--
--><li><a class='styleanchor' href="${pageContext.request.contextPath}/verification/store/"></a></li>
</ul>
</div>
境界線をもっとこのように見せたいのは、画像の境界線です:
ご覧のとおり、上下にパディングのあるはめ込み境界線があります。
cssを使用してそれらを達成するにはどうすればよいですか? liにパディングを追加しようとしましたが、うまくいきませんでした。