1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

[fix] bug fix #311: remove toolbar when printing article

This commit is contained in:
Nicolas Lœuillet 2013-11-13 14:50:56 +01:00
parent b3a2586ecf
commit b7066c0333

View File

@ -32,6 +32,10 @@ article {
border: none !important;
}
#article_toolbar {
display: none;
}
/* Add URL after links */
.vieworiginal a:after {
content: " (" attr(href) ")";