diff --git a/gulp/res/css/nscaptcha.css b/gulp/res/css/nscaptcha.css index 746b2c31..32b5ec72 100644 --- a/gulp/res/css/nscaptcha.css +++ b/gulp/res/css/nscaptcha.css @@ -8,4 +8,12 @@ input { left:-1px; bottom:-1px; opacity:0.9; + border: none; + background: none; +} +body { + font-family: arial, helvetica, sans-serif; + font-size: 10pt; + margin: 0; + padding: 0 } diff --git a/views/pages/captcha.pug b/views/pages/captcha.pug index 4a207a16..ee3ee0ec 100644 --- a/views/pages/captcha.pug +++ b/views/pages/captcha.pug @@ -1,9 +1,8 @@ doctype html html head - link(rel='stylesheet', href='/css/style.css') link(rel='stylesheet', href='/css/nscaptcha.css') - body.no-m-p + body img(src='/captcha') form(action='/forms/newcaptcha', method='POST') input(type='submit' value='🗘')