]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 13 Nov 2013 13:51:14 +0000 (14:51 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 13 Nov 2013 13:51:14 +0000 (14:51 +0100)
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) ")";