aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/print.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-20 04:36:35 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-20 04:36:35 -0700
commit79026b73a804d1fe3715c3edf5bc2cfb1e56732c (patch)
tree225136afe844ad0b1c3fef443fcea86fe54384e5 /tpl/css/print.css
parentc51be6b697da573cdcf0788eb8617130ce5517a4 (diff)
parent6a6c1c1172f3c6167d360a2322335ea91e94a3ff (diff)
downloadwallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.tar.gz
wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.tar.zst
wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.zip
Merge pull request #226 from inthepoche/dev1.0-beta5
beta5
Diffstat (limited to 'tpl/css/print.css')
-rw-r--r--tpl/css/print.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/tpl/css/print.css b/tpl/css/print.css
deleted file mode 100644
index a3b0a599..00000000
--- a/tpl/css/print.css
+++ /dev/null
@@ -1,19 +0,0 @@
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}