From: Nicolas LÅ“uillet Date: Wed, 13 Nov 2013 13:50:56 +0000 (+0100) Subject: [fix] bug fix #311: remove toolbar when printing article X-Git-Tag: 1.2.0~8 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b7066c033317bf305c93a808c456da1c9d7415f1;p=github%2Fwallabag%2Fwallabag.git [fix] bug fix #311: remove toolbar when printing article --- diff --git a/themes/default/css/print.css b/themes/default/css/print.css index 9aefa779..914efbd5 100644 --- a/themes/default/css/print.css +++ b/themes/default/css/print.css @@ -32,6 +32,10 @@ article { border: none !important; } +#article_toolbar { + display: none; +} + /* Add URL after links */ .vieworiginal a:after { content: " (" attr(href) ")";