diff --git a/server/documents/behaviors/visibility.html.eco b/server/documents/behaviors/visibility.html.eco index 38fbe983d..40429869a 100644 --- a/server/documents/behaviors/visibility.html.eco +++ b/server/documents/behaviors/visibility.html.eco @@ -100,7 +100,7 @@ type : 'UI Behavior'

By default images will appear without animation, however you can also specify a named transition, and a duration that should be used for animating the image into view

- $('.demo.items img') + $('.demo.items .image img') .visibility({ type : 'image', transition : 'fade in', @@ -317,7 +317,7 @@ type : 'UI Behavior'
-
+

Usage

diff --git a/server/files/stylesheets/docs.css b/server/files/stylesheets/docs.css index de1f7aceb..16d9d948e 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -187,12 +187,8 @@ a:hover { border-bottom-color: #FFFFFF; } -#example .header.segment .download.popup .choice.grid .column { - width: 200px; -} -#example .header.segment .download.popup .framework.grid .column, -#example .header.segment .download.popup .standalone.grid .column { - width: 350px; +#example .header.segment .download.popup { + width: 400px; } #example .header.segment .download.popup .check.icon { margin-left: -1em;