Commit ebc8810d authored by Robert Lord's avatar Robert Lord

Merge pull request #309 from sibrus/dev

Improved the appearance of code blocks when printing.
parents ad3b2769 5cfcbc7f
...@@ -48,6 +48,12 @@ body { ...@@ -48,6 +48,12 @@ body {
font-size: 0.8em; font-size: 0.8em;
} }
pre {
code {
border: 0;
}
}
pre { pre {
padding: 1.3em; padding: 1.3em;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment