From 5fefaaf8303f8d4d82d89367bc2745991b763a57 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 26 Apr 2013 15:45:37 -0400 Subject: [PATCH] more updates to menu Former-commit-id: 5819828a0e56f1cb0c2255c4c14e7b3007af1bab Former-commit-id: a5d7881278f3fc1cf2c73ad237ca786f3076ae9c --- docs/javascript/semantic.js | 2 +- docs/menu.html | 4 ++-- docs/stylesheets/example.css | 10 +++++----- src/ui/flat/menu.css | 17 +++++++++-------- 4 files changed, 17 insertions(+), 16 deletions(-) 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.