Browse Source

formatting fix

Former-commit-id: 71ef4b3739
Former-commit-id: c8ec482d41
pull/258/head
Jack Lukic 11 years ago
parent
commit
4a1ad7c34d
1 changed files with 2 additions and 2 deletions
  1. 4
      docs/menu.html

4
docs/menu.html

@ -258,8 +258,8 @@
<h4>Dropdown Item</h4>
<p>An item may contain a list of dropdowns to chose from. By default it will appear automatically with css.</p>
<div class="ui ignore warning block">
<p>A dropdown menu will, by default, automatically show when the parent element is hovered.</p>
<p>If you need to programmatically close the dropdown, use the "stateful" variant and the javascript state module, which will allow you to manipulate the state directly.</p>
<i class="icon heart"></i> A dropdown menu will, by default, automatically show when the parent element is hovered.
If you need to programmatically close the dropdown, use the "stateful" variant and the javascript state module, which will allow you to manipulate the state directly.
</div>
<div class="ui vertical menu">
<div class="dropdown item">

Loading…
Cancel
Save