diff options
Diffstat (limited to 'views/default/captcha/css.php')
-rw-r--r-- | views/default/captcha/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/captcha/css.php b/views/default/captcha/css.php new file mode 100644 index 000000000..d06a26d7d --- /dev/null +++ b/views/default/captcha/css.php @@ -0,0 +1,4 @@ +.captcha-input-image { + text-align: center; + margin: auto; +} |