ammend flashy format
This commit is contained in:
parent
f0790204c0
commit
5ab54ae654
@ -14,7 +14,7 @@ function explode_text(str)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function flashy_text(str)
|
function flashy_text(str)
|
||||||
return span_text("flashy", str)
|
return string.format("<span class='flashy'>%s</span>", str)
|
||||||
end
|
end
|
||||||
|
|
||||||
function psy_text(str)
|
function psy_text(str)
|
||||||
|
@ -675,5 +675,4 @@ th > label {
|
|||||||
.flashy {
|
.flashy {
|
||||||
animation: flash 1s infinite;
|
animation: flash 1s infinite;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user