summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-11 19:22:38 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-11 19:22:38 +0000
commitfaeb52e7f4d7a16242c9a7c1674cb1798058d179 (patch)
tree8abb4765aa60c1dc7c9ac93fe48211ed19ada7b6
parentbcd10e4a7fb0ecc7d7649ee29184a7c036cab4a7 (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.php4
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() ?>