diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-14 11:14:15 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-14 11:14:15 +0100 |
commit | d7aec74403a0ed93d3079883dbc99c291a7e6b33 (patch) | |
tree | 95aca274d49bd479605808b314608a3393708769 /themes/default | |
parent | 760d44d1943ae1d016292e5cbbe30f3ed4813b50 (diff) | |
download | wallabag-d7aec74403a0ed93d3079883dbc99c291a7e6b33.tar.gz wallabag-d7aec74403a0ed93d3079883dbc99c291a7e6b33.tar.zst wallabag-d7aec74403a0ed93d3079883dbc99c291a7e6b33.zip |
[change] reuse existing class for article_toolbar
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/css/print.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/themes/default/css/print.css b/themes/default/css/print.css index 914efbd5..99c00bdf 100644 --- a/themes/default/css/print.css +++ b/themes/default/css/print.css | |||
@@ -24,7 +24,8 @@ body > footer, | |||
24 | div.tools, | 24 | div.tools, |
25 | header div, | 25 | header div, |
26 | .messages, | 26 | .messages, |
27 | .entrie + .results { | 27 | .entrie + .results, |
28 | #article_toolbar { | ||
28 | display: none !important; | 29 | display: none !important; |
29 | } | 30 | } |
30 | 31 | ||
@@ -32,10 +33,6 @@ article { | |||
32 | border: none !important; | 33 | border: none !important; |
33 | } | 34 | } |
34 | 35 | ||
35 | #article_toolbar { | ||
36 | display: none; | ||
37 | } | ||
38 | |||
39 | /* Add URL after links */ | 36 | /* Add URL after links */ |
40 | .vieworiginal a:after { | 37 | .vieworiginal a:after { |
41 | content: " (" attr(href) ")"; | 38 | content: " (" attr(href) ")"; |