forked from wallabag/wallabag
Fix #157
This commit is contained in:
19
tpl/css/print.css
Normal file
19
tpl/css/print.css
Normal 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)")";
|
||||
}
|
||||
Reference in New Issue
Block a user