Hello CSS gurus out there,
I love the twitter bootstrap, and I am prototyping a lot of projects based on it, I encountered this problem, where if the dd tag has no H
I used this style override.
.dl-horizontal > dd:after { display: table; content: ""; clear: both; }