mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
[fix] bug fix #311: remove toolbar when printing article
This commit is contained in:
parent
b3a2586ecf
commit
b7066c0333
@ -32,6 +32,10 @@ article {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#article_toolbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Add URL after links */
|
/* Add URL after links */
|
||||||
.vieworiginal a:after {
|
.vieworiginal a:after {
|
||||||
content: " (" attr(href) ")";
|
content: " (" attr(href) ")";
|
||||||
|
Loading…
Reference in New Issue
Block a user