Skip to content

Commit

Permalink
Merge pull request #12 from zendesk/avecerek/port_changes_from_hc
Browse files Browse the repository at this point in the history
Port changes from Help Center
  • Loading branch information
augustocravosilva authored Dec 4, 2017
2 parents 7de3d75 + b4649c7 commit 6d64697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Copenhagen",
"author": "Zendesk",
"version": "1.1.0",
"version": "1.1.1",
"api_version": 1,
"default_locale": "en-us",
"settings": [{
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ ul {
margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
margin: 0;
}

Expand Down Expand Up @@ -1786,7 +1786,7 @@ ul {
margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
margin: 0;
}

Expand Down Expand Up @@ -2363,7 +2363,7 @@ ul {
margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
margin: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

// Sub level list
ul > ul, ol > ol, ol > ul, ul > ol {
ul > ul, ol > ol, ol > ul, ul > ol, li > ul, li > ol {
margin: 0;
}

Expand Down

0 comments on commit 6d64697

Please sign in to comment.