wallabag/tpl/css/print.css
Nicolas Frandeboeuf 00e4700abb Fix #157
2013-08-23 13:45:46 +02:00

20 lines
212 B
CSS

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