diff --git a/app/views/form.server.view.pug b/app/views/form.server.view.pug index d74a3897..47d0bd88 100644 --- a/app/views/form.server.view.pug +++ b/app/views/form.server.view.pug @@ -3,8 +3,6 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml') head title=title // General META - link(rel='stylesheet', type='text/css', href='https://fonts.googleapis.com/css?family=Raleway') - meta(charset='utf-8') meta(http-equiv='Content-type', content='text/html;charset=UTF-8') meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1') @@ -59,15 +57,6 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml') #submit_field { height: auto !important; padding-bottom: 2% !important; } - #submit_field > div.text-left { - background-color: #f8f8f8 !important; - color: #755 !important; - margin-top: 12px; - text-align: center !important; - } - #submit_field > button { - background-color: #755 !important; - } ======= >>>>>>> parent of 45f8fe7a... fix form styling