aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNicolas Frandeboeuf <nicofrand@gmail.com>2013-08-23 13:45:46 +0200
committerNicolas Frandeboeuf <nicofrand@gmail.com>2013-08-23 13:45:46 +0200
commit00e4700abb8888344a8765ddb2067c4ed7a5c6b9 (patch)
tree38bb5d32099dd28a43cdfd5278a17baf80ddcfce /tpl/css
parent57c91e427d20d520bc506bef52189a86d72a9255 (diff)
downloadwallabag-00e4700abb8888344a8765ddb2067c4ed7a5c6b9.tar.gz
wallabag-00e4700abb8888344a8765ddb2067c4ed7a5c6b9.tar.zst
wallabag-00e4700abb8888344a8765ddb2067c4ed7a5c6b9.zip
Fix #157
Diffstat (limited to 'tpl/css')
-rw-r--r--tpl/css/print.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/tpl/css/print.css b/tpl/css/print.css
new file mode 100644
index 00000000..a3b0a599
--- /dev/null
+++ b/tpl/css/print.css
@@ -0,0 +1,19 @@
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}