diff options
Diffstat (limited to 'compile_emoji_sedstring.sh')
-rwxr-xr-x | compile_emoji_sedstring.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_emoji_sedstring.sh b/compile_emoji_sedstring.sh index 3856866..006e240 100755 --- a/compile_emoji_sedstring.sh +++ b/compile_emoji_sedstring.sh @@ -1,7 +1,7 @@ #!/bin/sh # Return a large sed command that will substitute all :emoji: listed in /public/emoji with <img> -SIZE=24px +SIZE=20px STYLE="margin-bottom: -4px;" cd public/emoji; |