diff --git a/app/settings.py b/app/settings.py index 4152658..6ae606b 100644 --- a/app/settings.py +++ b/app/settings.py @@ -54,12 +54,12 @@ GIT_KEY_PATH = '/Users/fefa4ka/.ssh/deploy_rsa' GIT_KEY_NAME = 'github_rsa' -EMAIL_HOST = 'smtp.yandex.ru' -EMAIL_HOST_PASSWORD = 'cntyjuhfa,kznm' -EMAIL_PORT = 587 -EMAIL_USE_TLS = True -EMAIL_HOST_USER = "info@stenograph.us" -DEFAULT_FROM_EMAIL = u"Зуйков и партнёры " +EMAIL_HOST = 'mail.zuykov.com' +EMAIL_HOST_PASSWORD = 'cJpaXGTzi324' +EMAIL_PORT = 25 +EMAIL_USE_TLS = False +EMAIL_HOST_USER = "info@zuykov.com" +DEFAULT_FROM_EMAIL = u"Зуйков и партнёры " ROOT_URLCONF = 'app.urls' diff --git a/zsite/static/less/main.less b/zsite/static/less/main.less index 583696a..bcc9888 100644 --- a/zsite/static/less/main.less +++ b/zsite/static/less/main.less @@ -31,7 +31,7 @@ @import 'nice.less'; -a, a:hover, a:active { +a, a:hover, a:active, a:focus, a:-webkit-any-link { text-decoration: none; border-bottom: 1px solid; diff --git a/zsite/static/less/service.less b/zsite/static/less/service.less index 64a2b1b..4f5250a 100644 --- a/zsite/static/less/service.less +++ b/zsite/static/less/service.less @@ -474,6 +474,7 @@ padding-top: 5px; } + .row { margin: 15px 0; @@ -539,6 +540,7 @@ a { color: #fff; + border: 0; text-decoration: underline; } } diff --git a/zsite/static/less/tabs.less b/zsite/static/less/tabs.less index 891f115..f4b08fd 100644 --- a/zsite/static/less/tabs.less +++ b/zsite/static/less/tabs.less @@ -2,6 +2,7 @@ li.active { a { text-decoration: none; + border: 0; color: #000; } }