• Nick Stenning's avatar
    Fix display of <ul>, <ol> in annotations · 2c43f21e
    Nick Stenning authored
    9be804d broke the display of <ul> and <ol> tags in annotation cards by
    overriding a bit more than intended -- specifically, it set `list-style:
    none;` on <li> in reset.scss when the Compass reset mixins didn't do
    that.
    
    This commit fixes the issue by only setting `list-style: none;` on <ul>
    and <ol>, which means that the list styles in styled-text.scss can take
    effect as originally intended.
    2c43f21e
reset.scss 1.03 KB