Browse Source

Fixes secondary menu missing from docs

pull/557/head
jlukic 11 years ago
parent
commit
d17b2e8499
1 changed files with 1 additions and 1 deletions
  1. 2
      server/documents/collections/menu.html.eco

2
server/documents/collections/menu.html.eco

@ -189,7 +189,7 @@ type : 'UI Collection'
<div class="example">
<h4 class="ui header">Secondary Menu</h4>
<p>A secondary menu allows for a section of content on a page to be activated</p>
<div class="ui secondary pointing menu">
<div class="ui secondary menu">
<a class="active item">
<i class="home icon"></i> Home
</a>

Loading…
Cancel
Save