mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
Bootstrap CSS was removing the margin after ul elements if they were descendents of other ul elements. But if the ul was followed by a p then this looked terrible. Related to #5953