correct margin between scrollbar & text in questgroups

This commit is contained in:
Daniel 2014-04-25 19:25:58 +02:00
commit 03ead8737b

View file

@ -13,7 +13,7 @@
<?php if(count($texts) > 0): ?> <?php if(count($texts) > 0): ?>
<div id="qtextbox"> <div id="qtextbox">
<?php foreach($texts as &$text) : ?> <?php foreach($texts as &$text) : ?>
<p><?=\hhu\z\Utils::t($text['text'])?></p> <p class="qtext"><?=\hhu\z\Utils::t($text['text'])?></p>
<?php endforeach ?> <?php endforeach ?>
</div> </div>
<?php endif ?> <?php endif ?>