diff --git a/server/documents/collections/menu.html.eco b/server/documents/collections/menu.html.eco index c54e8aa3b..efca6e734 100755 --- a/server/documents/collections/menu.html.eco +++ b/server/documents/collections/menu.html.eco @@ -367,50 +367,70 @@ themes : ['Default', 'GitHub']

Header Item

A menu may have a header to help label sections of a menu.

+ + +
+
diff --git a/server/documents/modules/transition.html.eco b/server/documents/modules/transition.html.eco index 4bad01bfc..7a29d4834 100755 --- a/server/documents/modules/transition.html.eco +++ b/server/documents/modules/transition.html.eco @@ -536,6 +536,16 @@ type : 'UI Module' fade Named animation event to used. Must be defined in css. + + interval + 0 + Inteval in MS between each elements transition + + + reverse + auto + When an interval is specified, sets order of animations. auto reverses only animations that are hiding. + displayType false diff --git a/server/files/javascript/search.js b/server/files/javascript/search.js index 1fbcbc3bf..82fea464b 100755 --- a/server/files/javascript/search.js +++ b/server/files/javascript/search.js @@ -260,6 +260,7 @@ semantic.search.ready = function() { $local .search({ + searchFields: ['baz'], source: content }) ; diff --git a/server/files/stylesheets/home.css b/server/files/stylesheets/home.css index e95945584..6efc70ebb 100755 --- a/server/files/stylesheets/home.css +++ b/server/files/stylesheets/home.css @@ -527,6 +527,9 @@ #example.index .fixed.launch.button { display: none; } + #example .stripe h1 { + font-size: 32px; + } } @media only screen and (min-width : 600px) { #example .theming .source.button {