From 5ab54ae6549a5c8bf2e9f2ae4ab9a91a9974bd76 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 29 Jan 2017 10:32:16 -0500 Subject: [PATCH] ammend flashy format --- contrib/lua/memeposting.lua | 2 +- contrib/static/site.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/lua/memeposting.lua b/contrib/lua/memeposting.lua index e84df90..9c99a9a 100644 --- a/contrib/lua/memeposting.lua +++ b/contrib/lua/memeposting.lua @@ -14,7 +14,7 @@ function explode_text(str) end function flashy_text(str) - return span_text("flashy", str) + return string.format("%s", str) end function psy_text(str) diff --git a/contrib/static/site.css b/contrib/static/site.css index 841f6d5..d15890a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -675,5 +675,4 @@ th > label { .flashy { animation: flash 1s infinite; animation-timing-function: linear; - text-align: center; } \ No newline at end of file