Skip to content

Commit

Permalink
Merge pull request #475 from tachyons-css/separator-typo
Browse files Browse the repository at this point in the history
Fix class typo in nested
  • Loading branch information
johno authored Dec 27, 2017
2 parents 998f61e + b7bd6b7 commit dfb9515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/tachyons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
.nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.25; }
.nested-list-reset ul, .nested-list-reset ol { padding-left: 0; margin-left: 0; list-style-type: none; }
.nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0; }
.nested-copy-seperator p+p { margin-top: 1.5em; }
.nested-copy-separator p+p { margin-top: 1.5em; }
.nested-img img { width: 100%; max-width: 100%; display: block; }
.nested-links a { color: #357edd; transition: color .15s ease-in; }
.nested-links a:hover { color: #96ccff; transition: color .15s ease-in; }
Expand Down
2 changes: 1 addition & 1 deletion css/tachyons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/_nested.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
margin-bottom: 0;
}

.nested-copy-seperator p+p {
.nested-copy-separator p+p {
margin-top: 1.5em;
}

Expand Down

0 comments on commit dfb9515

Please sign in to comment.