From c12348f5e7ef8bd89ec70584abf539e963631ea2 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 5 May 2009 10:31:29 +0000 Subject: Interface change: try contexual help with tooltip. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@315 b3834d28-1941-0410-a4f8-b48e95affb8f --- scuttle.css | 7 ++++++- templates/sidebar.block.menu2.php | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/scuttle.css b/scuttle.css index 988b551..4d1b0ee 100644 --- a/scuttle.css +++ b/scuttle.css @@ -153,9 +153,14 @@ h2 { text-transform: lowercase; } h2 a, h2 a:hover { - color: #DDD; + color: #DDD; } +/*sup { + color: #77ABE0; + font-weight: bold; +}*/ + /* NAVIGATION */ ul#navigation { diff --git a/templates/sidebar.block.menu2.php b/templates/sidebar.block.menu2.php index dafadcc..8329ef3 100644 --- a/templates/sidebar.block.menu2.php +++ b/templates/sidebar.block.menu2.php @@ -22,10 +22,13 @@ if (sizeOf($menu2Tags) > 0) { $this->includeTemplate("dojo.inc"); ?> -

'.T_('Featured Menu Tags').' ';?>

+

-
> + +
'; -- cgit v1.2.3