summaryrefslogtreecommitdiff
path: root/themes/admin_default/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-19 06:10:45 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-19 06:10:45 +0000
commit12e9c136f2731ad2f24d79344971fc2e34bb9772 (patch)
treec4c884ce43104cdbe5dbca7044977c81ed9d9cdb /themes/admin_default/views
parent5d2b1ae05697e0326bd7076b4906d59ad98e9ba6 (diff)
Add a bit more space under gHeader.
Diffstat (limited to 'themes/admin_default/views')
-rw-r--r--themes/admin_default/views/admin.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index 295526b7..0660d79a 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -25,12 +25,12 @@
<div id="doc4" class="yui-t5 gView">
<div id="hd">
<div id="gHeader">
- <ul id="gLoginMenu" class="gClearFix">
+ <ul id="gLoginMenu">
<li><?= html::anchor("albums/1", "Browse Gallery") ?></li>
<li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li>
</ul>
<img src="<?= $theme->url("images/logo.png") ?>" id="gLogo" alt="<?= _("Gallery 3: Your Photos on Your Web Site") ?>" />
- <div id="gSiteAdminMenu">
+ <div id="gSiteAdminMenu" class="gClearFix">
<?= $theme->admin_menu() ?>
</div>
</div>