From 431e69b51055e799805f20d221f4e3c3a7575ea2 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 27 Oct 2011 16:13:04 -0300 Subject: changed table, tr and td elements in the answer_card.html to div - most functions seem to work, but did not test accept best answer --- askbot/skins/default/templates/question/answer_card.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/askbot/skins/default/templates/question/answer_card.html b/askbot/skins/default/templates/question/answer_card.html index f623294f..9b759a20 100644 --- a/askbot/skins/default/templates/question/answer_card.html +++ b/askbot/skins/default/templates/question/answer_card.html @@ -2,14 +2,14 @@
- - - - - -
+
+
+
{% include "question/answer_vote_buttons.html" %}
-
+ +
@@ -26,7 +26,7 @@

Comments

{% include "question/answer_comments.html" %}
-
+
+ + -- cgit v1.2.3-1-g7c22