Skip to content

Unordered list not correctly indented #4

@ghost

Description

As seen on http://primercss.io/type/#unordered, the unordered list is not indented correctly.

screen shot 2015-03-23 at 12 51 21 pm

The following (located in docs.scss) overrides .markdown-body ul and removes all padding:

.docs-example ul {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.markdown-body ul, 
.markdown-body ol {
    padding-left: 2em;
}

Removing the padding on .docs-example ul yields:
screen shot 2015-03-23 at 12 51 14 pm

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions