summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testapp/templates/exam/quizzes_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/quizzes_user.html b/testapp/templates/exam/quizzes_user.html
index c284b87..9a49df7 100644
--- a/testapp/templates/exam/quizzes_user.html
+++ b/testapp/templates/exam/quizzes_user.html
@@ -42,7 +42,7 @@
<hr>
<h4>List of quizzes taken by you so far</h4>
{% if quizzes_taken %}
- <table>
+ <table class="bordered-table zebra-striped">
<th>Quiz</th>
<th>Result</th>
<th>Mraks Obtained</th>