class clearfix is the medicine against collapsing divs, see bug 5119

This commit is contained in:
gustav_delius 2006-04-07 07:55:48 +00:00
parent 09bf9535de
commit 03c541cb9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>">
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
<div class="info">
<span class="edit"><?php echo $editlink; ?></span>
</div>

View File

@ -3,7 +3,7 @@
* print_question() method.
*/
?>
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>">
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
<div class="info">
<span class="no"><?php echo $number; ?></span>
<?php if ($editlink) { ?>