Browse Source

fixes text item example

Former-commit-id: 67f1696871
Former-commit-id: b32e84cb78
pull/258/head
jlukic 11 years ago
parent
commit
4682f6bd5b
1 changed files with 3 additions and 3 deletions
  1. 6
      node/src/documents/collections/menu.html.eco

6
node/src/documents/collections/menu.html.eco

@ -3,7 +3,7 @@ layout : 'default'
css : 'menu' css : 'menu'
title : 'Menu' title : 'Menu'
description : 'A menu is a collection of elements showing several actions which a user can take'
description : 'A menu is a collection of elements showing related user actions'
type : 'UI Collection' type : 'UI Collection'
--- ---
<script src="/javascript/menu.js"></script> <script src="/javascript/menu.js"></script>
@ -389,8 +389,8 @@ type : 'UI Collection'
<div class="text item"> <div class="text item">
<a>Join now</a> and save $10 on a pro membership! <a>Join now</a> and save $10 on a pro membership!
</div> </div>
<div class="text item">
<a>Join now</a> and save $10 on a pro membership!
<div class="item">
<p><a>Join tomorrow</a> and save $5 on pro.</p>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save