[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
1 changed files with 4 additions and 0 deletions

View File

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