MDL-31169 theme_base: adds clearfix to page layouts so body height is not zero

This commit is contained in:
Mary Evans
2012-03-10 22:05:04 +00:00
parent 23778a4dfa
commit aa030baca2
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ echo $OUTPUT->doctype() ?>
echo $OUTPUT->standard_footer_html();
?>
</div>
<div class="clearfix"></div>
</div>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</body>
+1
View File
@@ -103,6 +103,7 @@ echo $OUTPUT->doctype() ?>
?>
</div>
<?php } ?>
<div class="clearfix"></div>
</div>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</body>
+1
View File
@@ -83,6 +83,7 @@ echo $OUTPUT->doctype() ?>
?>
</div>
<?php } ?>
<div class="clearfix"></div>
</div>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</body>