mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -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;
|
||||
}
|
||||
|
||||
#article_toolbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Add URL after links */
|
||||
.vieworiginal a:after {
|
||||
content: " (" attr(href) ")";
|
||||
|
Loading…
Reference in New Issue
Block a user