Skip to content

Commit

Permalink
Correcting a couple of display issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Dec 4, 2014
1 parent 67d3423 commit 3dc8695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion css/GroupedCmsMenu.css
Expand Up @@ -18,5 +18,8 @@
padding: 0 10px 0 40px;
height: 32px;
line-height: 32px;
background: none;
}

.cms-menu-list li a .grouped-cms-menu.text {
margin-left: 0;
}
2 changes: 1 addition & 1 deletion templates/LeftAndMain_Menu.ss
Expand Up @@ -26,7 +26,7 @@
<li class="$LinkingMode $FirstLast<% if $Children %> children <% end_if %><% if $LinkingMode == 'link' %><% else %>opened<% end_if %>" id="Menu-$Code" title="$Title.ATT">
<a href="$Link" $AttributesHTML>
<% if $Children %>
$Title
<span class="grouped-cms-menu text">$Title</span>
<% else %>
<span class="icon icon-16 icon-{$Code.LowerCase}">&nbsp;</span>
<span class="text">$Title</span>
Expand Down

0 comments on commit 3dc8695

Please sign in to comment.