From 4c6cfefdb50faf3c1046165b8bffa25af5c59d6d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 29 Jan 2017 10:02:17 -0500 Subject: [PATCH] exlode text align center --- contrib/static/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index ec7a036..585551c 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -646,7 +646,8 @@ th > label { } .explode { - animation: expl 0.5s infinite; + animation: expl 0.5s infinite; + text-align: center; } .code {