Browse Source

formatting fix

pull/13/head
Jack Lukic 11 years ago
parent
commit
71ef4b3739
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