From: Nicolas LÅ“uillet Date: Fri, 3 Jan 2014 09:33:01 +0000 (+0100) Subject: [fix] code display when printing a page was buggy X-Git-Tag: 1.3.1^2~7 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4d058d48243e48876599dc006bb49ce28ef7db25;p=github%2Fwallabag%2Fwallabag.git [fix] code display when printing a page was buggy --- diff --git a/themes/default/css/print.css b/themes/default/css/print.css index 99c00bdf..625478e1 100644 --- a/themes/default/css/print.css +++ b/themes/default/css/print.css @@ -33,6 +33,10 @@ article { border: none !important; } +pre code { + line-height: 1.6em; +} + /* Add URL after links */ .vieworiginal a:after { content: " (" attr(href) ")";