mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Merge pull request #309 from sibrus/dev
Improved the appearance of code blocks when printing.
This commit is contained in:
commit
ebc8810d65
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ body {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
pre {
|
||||
code {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 1.3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue