Commit 1ef5cf9f by Sofiya Semenova

Preformatted styling for post content

parent 885162c2
...@@ -11,11 +11,10 @@ ...@@ -11,11 +11,10 @@
{{ comment_username }} replied to <b>{{ thread_title }}</b>: {{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<div style="border-left: 1px solid rgba(0,0,0,0.25);
<div style="border: 1px solid white; padding: 1px 1px 1px 15px;
padding: 15px 15px 15px 20px; margin: 20px 20px 30px 30px;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.55); color: rgba(0,0,0,.75);">
margin: 30px 70px 40px 0px;">
{{ comment_body }} {{ comment_body }}
</div> </div>
......
...@@ -5,7 +5,13 @@ ...@@ -5,7 +5,13 @@
{{ comment_username }} replied to <b>{{ thread_title }}</b>: {{ comment_username }} replied to <b>{{ thread_title }}</b>:
{% endblocktrans %} {% endblocktrans %}
{{ comment_body }}
<div style="border-left: 1px solid rgba(0,0,0,0.25);
padding: 1px 1px 1px 15px;
margin: 20px 20px 30px 30px;
color: rgba(0,0,0,.75);">
{{ comment_body }}
</div>
<a href="{{ post_link }}"> {% trans "View discussion" %} </a> <a href="{{ post_link }}"> {% trans "View discussion" %} </a>
{% endblock %} {% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment