From 3cf5e5effd059feb708cde7e97966b00c23134e8 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 28 Sep 2013 19:05:50 +0100 Subject: Fix Comanche menus --- include/comanche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/comanche.php b/include/comanche.php index eb0de96c7..42c8e045c 100644 --- a/include/comanche.php +++ b/include/comanche.php @@ -1,7 +1,7 @@ profile['profile_uid'],get_observer_hash()); - return render_menu($m); + return menu_render($m); } function comanche_replace_region($match) { -- cgit v1.2.3 From 5a0623299cf97898bfb51c1ed9378afbc03b5cf2 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 28 Sep 2013 23:31:30 +0100 Subject: Prevent toolbar overlapping comanche nav links. --- view/theme/redbasic/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f3f637996..aef0d2eb6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3367,7 +3367,6 @@ top: 24px; z-index: 99; background: silver; width: 100%; -left: 0; } div#write-pages a { -- cgit v1.2.3