summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/css/main.css2
-rw-r--r--static/website/templates/user-answers.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 171503d..7d9f533 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -310,7 +310,7 @@ table .question a{
.my-answer {
position: relative;
margin: 10px auto;
- padding: 15px;
+ padding: 10px;
border-left: 2px solid #424242;
background: #f7f7f7;
}
diff --git a/static/website/templates/user-answers.html b/static/website/templates/user-answers.html
index 34a1c68..86cbd0a 100644
--- a/static/website/templates/user-answers.html
+++ b/static/website/templates/user-answers.html
@@ -7,7 +7,7 @@
<span class="body">
<a href="{% url 'website:get_question' answer.question.id %}#answer{{ answer.id }}">{{ answer.body|safe }}</a>
</span>
- <br>
+
<span class="date">
<small>
Replied on: