]> git.immae.eu Git - github/wallabag/wallabag.git/blob - tpl/css/print.css
Revert "Add SHAARLI support to view template"
[github/wallabag/wallabag.git] / tpl / css / print.css
1 body > header,
2 body > footer,
3 a.top_link,
4 div.tools,
5 header div
6 {
7 display: none !important;
8 }
9
10 article
11 {
12 border: none !important;
13 }
14
15 div.vieworiginal a::after
16 {
17 margin-left: 5px;
18 content: "("attr(href)")";
19 }