問題:順序付けされていないリストアイテムの上にスペースがあります。このスペースはFirefox18.0.1に表示されます
HTML:
<ul>
<li>
<a href="">
<h3>Lorem ipsum</h3>
<p>It is a long established fact that a reader will be distracted by the readable content</p>
</a>
</li>
<li>
<a href="">
<h3>Lorem ipsum</h3>
<p>It is a long established fact that a reader will be distracted by the readable content</p>
</a>
</li>
<li>
<a href="">
<h3>Lorem ipsum</h3>
<p>It is a long established fact that a reader will be distracted by the readable content</p>
</a>
</li>
CSS:
ul {
list-style: square;
margin-left: 20px
}
ワーキングデモ:http : //jsfiddle.net/vpdd7/