master
fefa4ka 10 years ago
parent 07fd0acc29
commit 5ae70a3540
  1. 12
      app/settings.py
  2. 2
      zsite/static/less/main.less
  3. 2
      zsite/static/less/service.less
  4. 1
      zsite/static/less/tabs.less

@ -54,12 +54,12 @@ GIT_KEY_PATH = '/Users/fefa4ka/.ssh/deploy_rsa'
GIT_KEY_NAME = 'github_rsa' GIT_KEY_NAME = 'github_rsa'
EMAIL_HOST = 'smtp.yandex.ru' EMAIL_HOST = 'mail.zuykov.com'
EMAIL_HOST_PASSWORD = 'cntyjuhfa,kznm' EMAIL_HOST_PASSWORD = 'cJpaXGTzi324'
EMAIL_PORT = 587 EMAIL_PORT = 25
EMAIL_USE_TLS = True EMAIL_USE_TLS = False
EMAIL_HOST_USER = "info@stenograph.us" EMAIL_HOST_USER = "info@zuykov.com"
DEFAULT_FROM_EMAIL = u"Зуйков и партнёры <info@stenograph.us>" DEFAULT_FROM_EMAIL = u"Зуйков и партнёры <info@zuykov.com>"
ROOT_URLCONF = 'app.urls' ROOT_URLCONF = 'app.urls'

@ -31,7 +31,7 @@
@import 'nice.less'; @import 'nice.less';
a, a:hover, a:active { a, a:hover, a:active, a:focus, a:-webkit-any-link {
text-decoration: none; text-decoration: none;
border-bottom: 1px solid; border-bottom: 1px solid;

@ -474,6 +474,7 @@
padding-top: 5px; padding-top: 5px;
} }
.row { .row {
margin: 15px 0; margin: 15px 0;
@ -539,6 +540,7 @@
a { a {
color: #fff; color: #fff;
border: 0;
text-decoration: underline; text-decoration: underline;
} }
} }

@ -2,6 +2,7 @@
li.active { li.active {
a { a {
text-decoration: none; text-decoration: none;
border: 0;
color: #000; color: #000;
} }
} }

Loading…
Cancel
Save