diff --git a/tildes/scss/_base.scss b/tildes/scss/_base.scss index 2393062..e0d73d5 100644 --- a/tildes/scss/_base.scss +++ b/tildes/scss/_base.scss @@ -182,8 +182,6 @@ pre { section { margin-top: 1rem; - padding-top: 1rem; - border-top: 2px solid; } summary { diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss index ca1f93b..2065f44 100644 --- a/tildes/scss/themes/_theme_base.scss +++ b/tildes/scss/themes/_theme_base.scss @@ -90,10 +90,6 @@ background-color: map-get($theme, "background-primary"); } - section { - border-color: map-get($theme, "border"); - } - tbody tr:nth-of-type(2n + 1) { background-color: map-get($theme, "background-secondary"); } diff --git a/tildes/tildes/templates/message_conversation.jinja2 b/tildes/tildes/templates/message_conversation.jinja2 index 95362c5..460c561 100644 --- a/tildes/tildes/templates/message_conversation.jinja2 +++ b/tildes/tildes/templates/message_conversation.jinja2 @@ -18,6 +18,7 @@ {% endfor %}
+

Add a new reply to this conversation

{% if comments %} +

{{ pluralize(topic.num_comments, "comment") }}

@@ -215,6 +216,7 @@ {% if request.has_permission('comment', topic) %}
+

Post a comment