Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.

This commit is contained in:
Chad Kieffer
2009-10-17 12:58:31 -06:00
parent b677eeb5ee
commit ad0497a8d2
18 changed files with 20 additions and 33 deletions

View File

@@ -38,7 +38,7 @@
<h1> <?= t("Manage Comments") ?> </h1>
<!-- @todo: Highlight active menu option -->
<div id="g-admin-comments-menu" class="g-clearfix">
<div id="g-admin-comments-menu" class="ui-helper-clearfix">
<?= $menu ?>
</div>