Removed final two specific clear fixes for the developer module and the admin theme's main menu.

This commit is contained in:
Chad Kieffer
2009-10-15 21:21:32 -06:00
committed by Tim Almdal
parent 3ecff22edb
commit 35351bcd4e
2 changed files with 2 additions and 7 deletions

View File

@@ -50,7 +50,7 @@
<a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">
&larr; <?= t("back to the ...") ?>
</a>
<div id="g-site-admin-menu" style="display: none;">
<div id="g-site-admin-menu" class="g-clearfix">
<?= $theme->admin_menu() ?>
</div>
<?= $theme->admin_header_bottom() ?>