]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/print.css
[fix] bug fix #311: remove toolbar when printing article
[github/wallabag/wallabag.git] / themes / default / css / print.css
index 9aefa779e76bdac3e7e72d84c0ff65edb4aa56ed..914efbd5ccfec44ca288c7ea683b80b4fbad788a 100644 (file)
@@ -32,6 +32,10 @@ article {
     border: none !important;
 }
 
+#article_toolbar {
+    display: none;
+}
+
 /* Add URL after links */
 .vieworiginal a:after {
     content: " (" attr(href) ")";