From 39fdf4603752e76a347449979d813b6b478a104c Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 22 Aug 2019 15:18:38 +0300 Subject: [PATCH] redesign with shadows --- templates/answer.html.tera | 15 ++++++--------- templates/base.html.tera | 9 ++++----- templates/question.html.tera | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/templates/answer.html.tera b/templates/answer.html.tera index 0bce467..db71657 100644 --- a/templates/answer.html.tera +++ b/templates/answer.html.tera @@ -6,20 +6,17 @@
-

-

{{ description }}

- +

+

{{ description }}


-
-

- -

{{ answer }}

-

-


+
+ +

{{ answer }}

+


{% if comment | length or comment1 | length %}

Комментарии: diff --git a/templates/base.html.tera b/templates/base.html.tera index 6ee5f86..4f69d39 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -8,20 +8,19 @@ {% block title %}{% endblock title %} -

+

+
{% block content %}{% endblock content %}
-