diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-11 19:22:38 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-11 19:22:38 +0000 |
commit | faeb52e7f4d7a16242c9a7c1674cb1798058d179 (patch) | |
tree | 8abb4765aa60c1dc7c9ac93fe48211ed19ada7b6 | |
parent | bcd10e4a7fb0ecc7d7649ee29184a7c036cab4a7 (diff) |
remove the <span class="ui-tabs-nav"> from arround the site menu. It was clashing with the superfish styling.
-rw-r--r-- | themes/default/views/header.html.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 32853e80..89d105fb 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -3,9 +3,7 @@ <img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" /> <div id="gSiteMenu" class="gClearFix"> - <span class="ui-tabs-nav"> - <?= $theme->site_navigation() ?> - </span> +<?= $theme->site_navigation() ?> </div> <?= $theme->header_bottom() ?> |