Skip to content

Commit

Permalink
MDL-31169 theme_base: adds clearfix to page layouts so body height is…
Browse files Browse the repository at this point in the history
… not zero
  • Loading branch information
Mary Evans committed Mar 10, 2012
1 parent 23778a4 commit aa030ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/base/layout/frontpage.php
Expand Up @@ -90,6 +90,7 @@
echo $OUTPUT->standard_footer_html(); echo $OUTPUT->standard_footer_html();
?> ?>
</div> </div>
<div class="clearfix"></div>
</div> </div>
<?php echo $OUTPUT->standard_end_of_body_html() ?> <?php echo $OUTPUT->standard_end_of_body_html() ?>
</body> </body>
Expand Down
1 change: 1 addition & 0 deletions theme/base/layout/general.php
Expand Up @@ -103,6 +103,7 @@
?> ?>
</div> </div>
<?php } ?> <?php } ?>
<div class="clearfix"></div>
</div> </div>
<?php echo $OUTPUT->standard_end_of_body_html() ?> <?php echo $OUTPUT->standard_end_of_body_html() ?>
</body> </body>
Expand Down
1 change: 1 addition & 0 deletions theme/base/layout/report.php
Expand Up @@ -83,6 +83,7 @@
?> ?>
</div> </div>
<?php } ?> <?php } ?>
<div class="clearfix"></div>
</div> </div>
<?php echo $OUTPUT->standard_end_of_body_html() ?> <?php echo $OUTPUT->standard_end_of_body_html() ?>
</body> </body>
Expand Down

0 comments on commit aa030ba

Please sign in to comment.