div.collapse with ul not maintaining margins
Created by: jholl
elements with '.collapse' having <ul>
inside are jumping up after opening. check out this fiddle: http://jsfiddle.net/jholl/PHTdw/
I can fix by eliminating the <ul>
margin-bottom; but that's not the right long-term... thanks for taking a look at it.