From bd9a919a254fac306fb7488dffd1ed2a3f85387f Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Mon, 18 Aug 2014 16:49:31 +0200 Subject: [PATCH] changed design for recent answers --- views/index.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/views/index.html b/views/index.html index 9f50735..49bdec7 100644 --- a/views/index.html +++ b/views/index.html @@ -26,16 +26,20 @@ {if="$recent_answers"} -

Recent Answers by others:

- - - {loop="$recent"} - - - - {/loop} - -
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}
+
+
+

Recent Answers by others:

+ + + {loop="$recent"} + + + + {/loop} + +
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}
+
+
{/if} {include="footer"} \ No newline at end of file