Browse Source

Merge pull request #881 from ewiner/master

Clarifying intended use of the secondary menu (fixes #875)
pull/891/head
Jack Lukic 10 years ago
parent
commit
134118ff4b
1 changed files with 3 additions and 3 deletions
  1. 6
      server/documents/collections/menu.html.eco

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

@ -47,7 +47,7 @@ type : 'UI Collection'
<div class="example">
<h4 class="ui header">Vertical Menu</h4>
<p>A vertical menu displays elements vertically..</p>
<p>A vertical menu displays elements vertically.</p>
<div class="ui ignore warning message"><i class="icon heart"></i> A vertical menu's width defaults to an arbitrary size. To have it fit your content more precisely use the fluid variation in conjunction with <a href="grid.html">ui grid</a>.</div>
<div class="ui vertical menu">
@ -188,7 +188,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>
<p>A secondary menu has more subtle formatting, ideal for showing the sections of content on a page.</p>
<div class="ui secondary menu">
<a class="active item">
<i class="home icon"></i> Home
@ -1004,4 +1004,4 @@ type : 'UI Collection'
</div>
</div>
</div>
Loading…
Cancel
Save