diff options
Diffstat (limited to 'theme/templates/includes/book/quiz.html')
-rw-r--r-- | theme/templates/includes/book/quiz.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/theme/templates/includes/book/quiz.html b/theme/templates/includes/book/quiz.html index 3c10ffc..425fa39 100644 --- a/theme/templates/includes/book/quiz.html +++ b/theme/templates/includes/book/quiz.html @@ -34,10 +34,7 @@ </div> {% endfor %} -<div class="btn-group btn-group-justified"> - <a href="#" class="btn btn-default action-submit">Submit</a> - <a href="#" class="btn btn-default action-solution">Solution</a> - {% if options.links.issues %} - <a href="{{ options.links.issues }}" target="_blank" class="btn btn-default">Have a Question?</a> - {% endif %} +<div class="buttons"> + <a href="#" class="button size-2 action-submit">Submit</a> + <a href="#" class="button size-2 action-solution">Solution</a> </div> |