background-position: bottom center;
background-repeat: repeat-x;
font-family: Verdana, Arial, sans-serif;
- font-size: 101%;
+ font-size: 11pt;
line-height: 100%;
padding-bottom: 1.5em;
}
border-color: #444444;
}
+ul.l1 li.tabmenu-item-logout a {
+ margin-left: 30px;
+}
+
abbr,
acronym {
font-style: normal;
selected_name = v.name
end
%>
- <li<% if nnode._menu_selected or v.name == leaf then %> class="active"<% end %>>
+ <li class="tabmenu-item-<%=v.name%><% if nnode._menu_selected or (node.leaf and v.name == leaf) then %> active<% end %>">
<a href="<%=nodeurl(prefix, v.name, nnode.query)%>"><%=striptags(nnode.title)%></a>
</li>
<%