Skip to content

Instantly share code, notes, and snippets.

@tiernanmartin
Created September 22, 2018 17:17
Show Gist options
  • Save tiernanmartin/88deec29970c43f8e8cc73955bb905d0 to your computer and use it in GitHub Desktop.
Save tiernanmartin/88deec29970c43f8e8cc73955bb905d0 to your computer and use it in GitHub Desktop.
Bookdown EPUB CSS
p {
line-height: 1.7;
}
p.caption {
color: #777;
margin-top: 10px;
}
code {
font-size: 60%
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
background-color: rgb(247, 247, 247);
padding: .85em 1em;
margin: 0 0 1.275em;
font-size: 60%
}
pre code {
white-space: inherit:
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
font-size: inherit;
background: 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment