This commit is contained in:
Nicolas Frandeboeuf
2013-08-23 13:45:46 +02:00
parent 57c91e427d
commit 00e4700abb
2 changed files with 20 additions and 0 deletions

19
tpl/css/print.css Normal file
View File

@ -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)")";
}