Epub appearance tweaks
This commit is contained in:
parent
9cdfb6c5f8
commit
06b06977a3
1 changed files with 3 additions and 9 deletions
|
|
@ -1,16 +1,10 @@
|
||||||
body {
|
|
||||||
margin: 5%;
|
|
||||||
width: 700px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font: medium Consolas, "Andale Mono", Monaco, "Liberation Mono", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", monospace;
|
font: medium Consolas, "Andale Mono", Monaco, "Liberation Mono", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: 90%;
|
font-size: .9em;
|
||||||
margin: 2em 20px;
|
margin: 2em 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
@ -49,7 +43,7 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, table {
|
pre, table {
|
||||||
font-size: 75%;
|
font-size: .7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
|
|
@ -62,7 +56,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
font-size: 75%;
|
font-size: .7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav#TOC > ul, nav#TOC > ul > li > ul {
|
nav#TOC > ul, nav#TOC > ul > li > ul {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue