diff --git a/docs/javascript/semantic.js b/docs/javascript/semantic.js index ad29fccac..34b45e3dc 100755 --- a/docs/javascript/semantic.js +++ b/docs/javascript/semantic.js @@ -42,7 +42,7 @@ semantic.ready = function() { var $example = $(this).closest('.example'), $shape = $example.find('.shape.module'), - $demo = $example.children().slice(3).not('.annotated'), + $demo = $example.children().slice(3).not('.annotated, .ignore'), $annotated = $example.find('.annotated'), $code = $annotated.find('.code'), whiteSpace = new RegExp('\\n\\s{4}', 'g'), diff --git a/docs/menu.html b/docs/menu.html index f6a167fb4..214a18d48 100755 --- a/docs/menu.html +++ b/docs/menu.html @@ -202,7 +202,7 @@

Vertical Menu

This example uses several menu elements, an unclickable block, a clickable text link, a clickable icon link, and a dropdown group

-
A vertical menus width must typically be defined. An alternative is to use the fluid variation in conjunction with ui grid.
+
A vertical menus width must typically be defined. An alternative is to use the fluid variation in conjunction with ui grid.