From 00e4700abb8888344a8765ddb2067c4ed7a5c6b9 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Fri, 23 Aug 2013 13:45:46 +0200 Subject: [PATCH] Fix #157 --- tpl/_head.twig | 1 + tpl/css/print.css | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 tpl/css/print.css diff --git a/tpl/_head.twig b/tpl/_head.twig index 60ef888..6a8258a 100644 --- a/tpl/_head.twig +++ b/tpl/_head.twig @@ -6,6 +6,7 @@ + \ No newline at end of file diff --git a/tpl/css/print.css b/tpl/css/print.css new file mode 100644 index 0000000..a3b0a59 --- /dev/null +++ b/tpl/css/print.css @@ -0,0 +1,19 @@ +body > header, +body > footer, +a.top_link, +div.tools, +header div +{ + display: none !important; +} + +article +{ + border: none !important; +} + +div.vieworiginal a::after +{ + margin-left: 5px; + content: "("attr(href)")"; +}