Double border in panel when list followed by panel footer
Created by: nchammer
When creating a panel with a list followed by a panel-footer, there is a double border between the end of the list and the panel-footer.
Link to test case: http://jsbin.com/yabozuqu/1
A potential solution is adding CSS such as the following: .panel .list-group + .panel-footer { margin-top: -1px; }