• 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
Name
Last commit
Last update
h Loading commit data...
scripts Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...