aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-03-28 00:50:49 -0400
committerBobby <[email protected]>2023-03-28 00:50:49 -0400
commitb0f1f2d2010f8bdce933ac0e853ff1c4ea53d53a (patch)
tree92aad818752fb937b19e503c0d01bb9e0c4e0f8d
parent984583c01f71a4675719bdf877c9def72131fdc9 (diff)
downloadthatcomputerscientist-b0f1f2d2010f8bdce933ac0e853ff1c4ea53d53a.tar.xz
thatcomputerscientist-b0f1f2d2010f8bdce933ac0e853ff1c4ea53d53a.zip
Fixed view on IE6
-rw-r--r--templates/blog/activity.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/activity.html b/templates/blog/activity.html
index 6c3d99f2..b23a1045 100644
--- a/templates/blog/activity.html
+++ b/templates/blog/activity.html
@@ -40,7 +40,7 @@
{% for comment in activity_recent_comments %}
<li style="background: #1c1c1c;padding: 20px 10px 10px 10px;margin-bottom: 10px;border-radius: 8px;"
<p>On <a href="{% url 'blog:post' comment.post.slug %}#comment-{{ comment.id }}">{{ comment.post.title }}</a>:
- <blockquote style="background: none; margin-top: 15px; padding: 0px 20px; width: 100%; margin-left: 20px;">{{ comment.body|safe }}</blockquote></p>
+ <blockquote style="background: none; margin-top: 15px; padding: 0px 20px; width: 640px; margin-left: 20px;">{{ comment.body|safe }}</blockquote></p>
</li>
{% endfor %}
</ul>