prod
Dmitriy Shesterkin 8 years ago
parent 4f5f9f0c30
commit 3020b571c6
  1. 2
      static/css/style.css
  2. 1
      templates/base.html

@ -1277,7 +1277,7 @@ input[type=number] {
.advantage__item {
width: 30%;
padding: 0 18px;
padding: 0 13px;
display: inline-block;
vertical-align: top;
}

@ -6,6 +6,7 @@
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=1200">
<title>{% block title %}{% endblock %} | Документор</title>
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" />
<link rel="stylesheet" href="{% static 'css/ui-lightness/jquery-ui-1.10.3.custom.css' %}" />

Loading…
Cancel
Save