このフィドルでは、http://jsfiddle.net/munkii/tpQQN/ intro クラスを介して段落要素にマージンの下部があり、what-is クラスを介してリスト項目にマージンの下部があります。
すなわち
article.about .what-is {
height: 100%;
margin-bottom: 34px;
padding-right: 34px;
width: 600px;
}
article.about p.intro {
font-weight: bold;
margin-bottom: 43px;
}
作業から不要なマージンを削除しましたが、FF と IE が垂直マージンを折りたたむときに Chrome が垂直マージンを折りたたまない理由を知りたいと思っています。
何かご意見は?