Improved the appearance of code blocks when printing.

This commit is contained in:
Ivan Matyunin 2015-07-29 16:50:28 -04:00
parent ad3b2769fe
commit 5cfcbc7f7b

View file

@ -48,6 +48,12 @@ body {
font-size: 0.8em;
}
pre {
code {
border: 0;
}
}
pre {
padding: 1.3em;
}