1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-23 23:11:29 +00:00

Added a printer friendly snippet

This commit is contained in:
Scott
2016-01-17 10:31:41 -05:00
parent 4a773d0a92
commit 59837dd39f

View File

@@ -95,39 +95,15 @@ module.exports = [
snippet : function(){ snippet : function(){
return "<div class='pageNumber'>1</div>\n<div class='footnote'>PART 1 | FANCINESS</div>\n\n"; return "<div class='pageNumber'>1</div>\n<div class='footnote'>PART 1 | FANCINESS</div>\n\n";
} }
} },
]
{
tooltip : "Printer Friendly",
icon : 'fa-print',
snippet : function(){
return "<style>\n .phb{ background : white;}\n .phb img{ display : none;}\n .phb hr+blockquote{background : white;}\n</style>\n\n";
}
},
]