mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-30 06:45:29 +00:00
[fix] bug fix #311: remove toolbar when printing article
This commit is contained in:
parent
b3a2586ecf
commit
b7066c0333
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue