Fix class typo in nested

This commit is contained in:
John Otander 2017-12-27 07:26:09 -08:00
parent 998f61e312
commit b7bd6b7d1b
3 changed files with 3 additions and 3 deletions

View file

@ -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; }

File diff suppressed because one or more lines are too long

View file

@ -34,7 +34,7 @@
margin-bottom: 0;
}
.nested-copy-seperator p+p {
.nested-copy-separator p+p {
margin-top: 1.5em;
}