Update book css styling.
This commit is contained in:
parent
bc4e54c0c4
commit
b1290ee609
2 changed files with 22 additions and 2 deletions
|
@ -381,7 +381,6 @@ ul#searchresults span.teaser em {
|
||||||
.chapter {
|
.chapter {
|
||||||
list-style: none outside none;
|
list-style: none outside none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
line-height: 2.2em;
|
|
||||||
margin: .25rem 0;
|
margin: .25rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -426,7 +425,7 @@ ul#searchresults span.teaser em {
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapter li.chapter-item {
|
.chapter li.chapter-item {
|
||||||
padding: .875rem 1.5rem .125rem;
|
padding: 1rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapter .section li.chapter-item {
|
.chapter .section li.chapter-item {
|
||||||
|
|
|
@ -93,6 +93,27 @@ h6:target::before {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: var(--content-max-width);
|
max-width: var(--content-max-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* 2 1.75 1.5 1.25 1 .875 */
|
||||||
|
|
||||||
|
.content h1 { font-size: 2em }
|
||||||
|
.content h2 { font-size: 1.75em }
|
||||||
|
.content h3 { font-size: 1.5em }
|
||||||
|
.content h4 { font-size: 1.25em }
|
||||||
|
.content h5 { font-size: 1em }
|
||||||
|
.content h6 { font-size: .875em }
|
||||||
|
|
||||||
|
.content h1, .content h2, .content h3, .content h4 {
|
||||||
|
font-weight: 500;
|
||||||
|
margin-top: 1.275em;
|
||||||
|
margin-bottom: .875em;
|
||||||
|
}
|
||||||
|
.content p, .content ol, .content ul, .content table, .content blockquote {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: .875em;
|
||||||
|
}
|
||||||
|
|
||||||
.content p { line-height: 1.45em; }
|
.content p { line-height: 1.45em; }
|
||||||
.content ol { line-height: 1.45em; }
|
.content ol { line-height: 1.45em; }
|
||||||
.content ul { line-height: 1.45em; }
|
.content ul { line-height: 1.45em; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue