Skip to content

Commit

Permalink
Merge pull request #67 from primer/notes_on_lists
Browse files Browse the repository at this point in the history
Docs and source comments on broken ul/ol elements
  • Loading branch information
mdo committed Mar 28, 2015
2 parents 825ac8a + 61540d9 commit b5cf19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ body {
border: 1px solid lighten($brand-green, 30%);
}

// Override markdown styles
// Override Markdown styles to restore values from `_type.scss`
ul {
padding: 0;
margin-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Wrap `<blockquote>` around any <abbr title="HyperText Markup Language">HTML</abb

### Unordered

A list of items in which the order does *not* explicitly matter.
A list of items in which the order does *not* explicitly matter. **The broken display is intended** as Primer resets `<ul>`s and `<ol>`s for the time being. This will eventually be undone in the next major version.

{% example html %}
<ul>
Expand Down

0 comments on commit b5cf19f

Please sign in to comment.