summaryrefslogtreecommitdiff
path: root/httemplate/elements/menubar.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/menubar.html')
-rw-r--r--httemplate/elements/menubar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/menubar.html b/httemplate/elements/menubar.html
index fe49f7b2e..c14904337 100644
--- a/httemplate/elements/menubar.html
+++ b/httemplate/elements/menubar.html
@@ -19,10 +19,10 @@ Example:
</%doc>
%if ( $opt->{'newstyle'} ) {
-% my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">';
- <% join("$s &nbsp; </FONT>", ( '', @html, '' ) ) %>
- <BR>
+ <DIV CLASS="fstabs">
+ <% join('', @html ) %>
+ </DIV>
%} else {