diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-15 21:21:32 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-15 21:21:32 -0600 |
commit | 7a5168238338077925dbfb82b3e541863cea35dd (patch) | |
tree | 646b0aefa735ab1b651491534c857dd6db87c06c /themes | |
parent | b4ef3affd2988a3dcfafcc04753501571db9fb9c (diff) |
Removed final two specific clear fixes for the developer module and the admin theme's main menu.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index fc86e1c9..4ee08d95 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -50,7 +50,7 @@ <a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>"> ← <?= 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() ?> |