[fix] code display when printing a page was buggy

This commit is contained in:
Nicolas Lœuillet 2014-01-03 10:33:01 +01:00
parent cb4fba5a33
commit 4d058d4824
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ article {
border: none !important;
}
pre code {
line-height: 1.6em;
}
/* Add URL after links */
.vieworiginal a:after {
content: " (" attr(href) ")";