use divs instead of ul li to avoid GitHub styling
Created by: vanesa
Problem (issue #1765 (closed)): Our Ext debug menu is showing a bullet point due to GitHub's css styling the li
.
Solution: Use div
s instead of ul > li
to avoid external styling and also improve the appearance of the menu from this: