1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-14 09:05:57 +00:00

Snippet icon changes

This commit is contained in:
Scott Tolksdorf
2016-05-14 10:22:18 -04:00
parent 634c1a617c
commit f29073e5ca
2 changed files with 7 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ module.exports = [
snippets : [
{
name : "A4 PageSize",
icon : 'fa-file',
icon : 'fa-file-o',
gen : ['<style>',
' .phb{',
' width : 210mm;',
@@ -158,7 +158,7 @@ module.exports = [
},
{
name : "Ink Friendly",
icon : 'fa-print',
icon : 'fa-tint',
gen : ['<style>',
' .phb{ background : white;}',
' .phb img{ display : none;}',