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